claudiajs / claudia-bot-builder

Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes
https://claudiajs.com/claudia-bot-builder.html
MIT License
1.84k stars 252 forks source link

Allows manual override of FB button type to allow buttons such as Call button #43

Closed sagech closed 7 years ago

sagech commented 7 years ago

https://developers.facebook.com/docs/messenger-platform/send-api-reference/call-button

gojko commented 7 years ago

Hi,

can you please add tests for this? We need automated tests for all PRs so we can keep maintaining your code in the future, to ensure that someone else doesn't delete it by mistake.

sagech commented 7 years ago

Hi @gojko, tests are added

stojanovic commented 7 years ago

Thanks