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

Increased Facebook button text limit to 640 from official docs #63

Closed IvanJov closed 7 years ago

stojanovic commented 7 years ago

Limit is 640 now? Do the same for buttons in generic template please

IvanJov commented 7 years ago

Found it here: https://developers.facebook.com/docs/messenger-platform/send-api-reference/button-template

text must be UTF-8 and has a 640 character limit
stojanovic commented 7 years ago

Cool. It seems that we don't have a limit for Generic template buttons, so I can merge this.