How can create menu for telegram bot in bot father?

前端 未结 1 1030
感动是毒
感动是毒 2021-01-03 02:34

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,ho

相关标签:
1条回答
  • 2021-01-03 03:33

    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:

    0 讨论(0)
提交回复
热议问题