Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can I add menu button in telegram bot

how can I add Menu button in telegram bot using telegraf

menu button like this Menu

like image 307
Miloud Mokkedem Avatar asked Feb 03 '26 00:02

Miloud Mokkedem


1 Answers

You can achieve this in two ways. Either by

  • using the setMyCommands method, or
  • contacting @BotFather to use its /setcommands command.
like image 179
Roj Avatar answered Feb 04 '26 13:02

Roj