Created
May 1, 2020 20:57
-
-
Save MichaelBarney/29a1d8fc250045ddb1fadf61cbe88999 to your computer and use it in GitHub Desktop.
This file contains 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
controller.on('facebook_postback', async(bot, message) => { | |
await bot.reply(message,`Escutei o seguinte postback: ${ message.text }`); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment