Created
May 29, 2019 07:27
-
-
Save jirawatee/71f7d53e475e93eba08815bbaaca6811 to your computer and use it in GitHub Desktop.
UCL - Reply how to subscribe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
} 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