-
After I managed to install this plugin, my bot completely stop working the way it ws before. Crash after crash. I`m not sure if I should not use it or can it be fixed is some way?
Error: 3 INVALID_…
-
Tried to play around this [example](https://grammy.dev/hosting/supabase.html#preparing-your-code). It basically doesn't work as expected. I am getting the following errors in Supabase dashboard:
``…
-
A more precise type is now found inside the grammY types than:
https://github.com/grammyjs/i18n/blob/8b86ee42dfc6a6e3685b7ce133f33639e25371f0/src/types.ts#L6
at:
https://github.com/grammyjs/types…
-
Menus cannot be sent via `bot.api` because they require an installed API transformer. This transformer is only installed during `bot.use(menu)`.
One way would be to directly provide the API transfo…
-
It would be cool if the plugin supported exporting and importing commands. This feature would enhance the modularity and reusability of command definitions, making it easier to manage and maintain lar…
-
Hello! When using bot.api.sendMessage with the disable_web_page_preview: true parameter, the typescript says that there is no such parameter, although when it is sent, everything works correctly.
…
-
If I want to wait util some data changed in database, how can I do it in conversations?
-
A bot running on Node.js v12.22 prints the following warning in console after sending a few messages:
```
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners …
-
Title says it all.
Maybe [node-telegram-bot-api](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node-telegram-bot-api/index.d.ts)'s types can be used as a template. Then it is…
-
Hi, I'm trying to build a following logic:
1. User presses `/settings`
2. We show him menu with possible settings
3. He clicks on one of them
4. Conversation starts to check that user would enter …