Skip to content

Instantly share code, notes, and snippets.

@jirawatee
Created May 29, 2019 07:27
Show Gist options
  • Save jirawatee/71f7d53e475e93eba08815bbaaca6811 to your computer and use it in GitHub Desktop.
Save jirawatee/71f7d53e475e93eba08815bbaaca6811 to your computer and use it in GitHub Desktop.
UCL - Reply how to subscribe
...
} else if (event.message.type === 'text' && event.message.text === 'subscribe') {
// [8.2]
reply(event.replyToken, {
type: 'text',
text: 'กรุณายืนยันตัวตนด้วยการอัพโหลดรูปที่มีโลโกทีมที่คุณชื่นชอบ'
});
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment