grammy-inline-menu
grammy-inline-menu copied to clipboard
Inline Menus for Telegram made simple. Successor of telegraf-inline-menu.
**Describe the bug** Typescript type check error while using `MenuTemplate` with Markdown parse mode. **Versions** Did you updated grammY and grammy-inline-menu to the latest version? * Nope. I use `telegraf`...
In some complicated cases I need to display a button on the same or on the next row depending on context. Now the `joinLastRow` parameter has boolean type and it's...
It would be interesting to have a sort of menu lifecycle hook that is triggered before this menu and any of its components (such as _menu.select_) are rendered. A subset...
Hi, I would like to know if you're interested to add an important functionality to your menu library: the `wizard`. Some days ago I asked you how to configure properly...
**Describe your goal** I want the user to select "pay with Stripe", trigger a function to create the checkout and get the payment link, then push button link into a...
**Describe your goal** Disable the loading effect of inline button after pressing it. **Expected** If the do function returns false, the inline button will keep loading in 15s. If the...
how can I make a transition to another page using return in do() ```typescript // ✅ It works mainMenu.navigate("/item:1", { text: "item 1", }); // ❌ it doesn't work (how...
### Describe your goal When the user type `/start`, I want to open my menu like this: `mainMenuMiddleware.replyToContext(context);` But I want to pass some parameters like this: `mainMenuMiddleware.replyToContext(context, parameterString);` And...
Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 4.41.0 to 5.2.0. Release notes Sourced from type-fest's releases. v5.2.0 New types Add ExclusifyUnion type (#1278) 2b906fe Add ArrayElement type (#1270) 2afaa40 Improvements CamelCase: Add splitOnNumbers option...
Bumps [del-cli](https://github.com/sindresorhus/del-cli) from 6.0.0 to 7.0.0. Release notes Sourced from del-cli's releases. v7.0.0 Breaking Require Node.js 20 aba3b05 Improvements Improve error presentation 822f27c Fix --dry-run behavior and clarify help text...