How can create menu for telegram bot in bot father?

淺唱寂寞╮ 提交于 2019-12-01 03:44:12

问题


I'm new in telegram bot and see this bot:

that but when type /start show menu to me and with out type slash to command just fire the menu button,how can i create menu in telegram like that bot?


回答1:


You must add the return ajax call a string like this:

'{ "keyboard": [["uno :+1:"],["uno \ud83d\udc4d", "due"],["uno", "due","tre"],["uno", "due","tre","quattro"]]}';

The result is:



来源:https://stackoverflow.com/questions/41956166/how-can-create-menu-for-telegram-bot-in-bot-father

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!