Charca / bootbot

Facebook Messenger Bot Framework for Node.js
MIT License
974 stars 253 forks source link

bot.on('message') is triggered with Quickreplies that have postbacks and not bot.on('postback':payload' ? #142

Closed AbdelrahmanMohamedDesoky closed 6 years ago

AbdelrahmanMohamedDesoky commented 6 years ago

I have some quick Replies that i set that have a post-back in their Payload however when the user clicks these quick replies the bot triggers the bot.on('message' event instead of bot.on('postback:' ?

Is there any way to identify a quickreply with it's postback ? and a quickreply without postbacks ?

AbdelrahmanMohamedDesoky commented 6 years ago

Solved by using

bot.on('quick_replies:payload_here')