EdJoPaTo / grammy-inline-menu

Inline Menus for Telegram made simple. Successor of telegraf-inline-menu.
MIT License
357 stars 44 forks source link

Is possible to Jump from a menu to another? #66

Closed Dam998 closed 4 years ago

Dam998 commented 4 years ago

Hi, In my bot I have a main menu with many submenus, in 1 of these submenus I want to add a simpleButton (or another type of button) that onClick executes a function and automatically returns to the main menu This button is only present in a specific submenu

It's possible? Because I have not succeeded

Thank you

EdJoPaTo commented 4 years ago

Most of the times i use setParentMenuAfter in order to go up to the upper menu instead of the one I came from.

For true 'go to another menu' there is menu.manual which is kind of the equivalent to Markup.callbackButton(text, callbackData).

EdJoPaTo commented 4 years ago

I close this due to inactivity. When you still have a question related to this feel free to answer or create a new issue. :)