grammy-inline-menu icon indicating copy to clipboard operation
grammy-inline-menu copied to clipboard

Inline Menus for Telegram made simple. Successor of telegraf-inline-menu.

Results 10 grammy-inline-menu issues
Sort by recently updated
recently updated
newest added

**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`...

bug
pinned

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...

enhancement
pinned

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...

enhancement
pinned

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...

enhancement
pinned

**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...

question

**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...

question

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...

question

### 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...

question

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...

dependencies
javascript

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...

dependencies
javascript