-
The third example on the Fluent docs page ["Selectors"](https://projectfluent.org/fluent/guide/selectors.html) does not work with grammY's i18n plugin.
### MWE
```fluent
# en.ftl
request-success…
-
https://github.com/grammyjs/website/actions/runs/9963138706/job/27528495103?pr=1094#step:4:3310
-
` err: {
"type": "Error",
"message": "Cannot access session data because this update does not belong to a chat, so the session key is undefined!",
"stack":
Error: Canno…
-
Most likely the link should ref to `./keyboard#building-an-inline-keyboard`
https://github.com/grammyjs/website/blob/2dd2a02228cd2fafd9760ab6b29cc2acafda5fa3/site/docs/plugins/inline-query.md?plain…
-
Hello! I really love your app. I would like to add it to an existing Telegram chat to improve interactions between the members of a small team. So, I tried to follow your instructions, but I got a Syn…
-
# tl;dr
https://github.com/aiogram/aiogram/blob/a3d6c1615ee07eb50577b6a1b6323a8657fd9f20/aiogram/utils/web_app.py#L133
Shouldn't it be `secret_key = hashlib.sha256(token.encode())`?
# details
I'…
-
When this plugin is used in a NestJS app, the following promise will never resolve:
```ts
await this.runnerHandle.stop(); // hangs forever, though the bot stops fetching updates
```
Because of…
-
Hi, I'm encountering an issue with session persistence when using conversations in grammy. After modifying the session inside a conversation, the session reverts to its default values in the global mi…
-
> Question
Hello!
This is not the first time that my bot has stopped receiving notifications chat_member, my_chat_member, chat_join_reuest. All this is written in getWebhookInfo. Telegram simply…
-
There are broken imports in there, which should be fixed. This is blocking #20 from being merged.