Telegram Bot Menu button options

I am trying to create a telegram bot with menu option buttons but having a hard time finding any tutorials online, i did find a template on n8n called " Telegram Bot with Menu-Driven Commands" but we need something that is less complicated for the bot. Would be thankful for any info or help.

Thanks in advance

To create menu items you can either send a message with a Reply Markup (example below for you to copy).

Sending a message with a reply markup is a dynamic way of defining menu items.

It shows up like this:

.

But you can also create Menu items with BotFather. By sending /setcommands
image

.

:point_right: If my reply answers your question, please remember to mark it as a solution.

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.