-
# 🇮🇩 Indonesian
## Deskripsi
Issue ini digunakan untuk memantau proses translasi semua halaman. Issue akan ditutup ketika semua dokumentasi berhasil diselesaikan.
## Ikutan dong...!!!
### Menjad…
-
Conversation fails when used inside a menu:
steps to reproduce:
- use following code
- type any message to bot to get menu
- click on a button
- type anything when prompted
- conversation…
-
When setting `ctx.session.something` inside a conversation before sending a dynamic menu, the dynamic menu will see an old value of the session.
Try this CodeSandbox:
[![Edit grammy-conversations-…
-
Hello!
I'm seeing a nonoptimal behavior of runner when it tries to `getUpdates` multiple times when Telegram responds with a non-recoverable error: `409: Conflict: can't use getUpdates method while…
-
The plugin discards primitive properties that are stored in the session. This is because we serialise and deserialise incoming updates, which is stupid and should be avoided.
-
### Describe the bug
When releasing a new version (creating a new tag on /x) the shield is outdated for a long time. Last time it took almost a week until it would update. This time it's been half …
-
Fluent seems to be a much superior translation system than the current implementation via `vm`. However, our fluent plugin won't support Deno, despite the demand.
I suggest to:
1. Take the code in…
-
Lodash is referenced here:
https://github.com/grammyjs/nestjs/blob/73d96888a74560417a2692deb4f3c68300538d20/packages/grammy-nestjs/src/services/base-explorer.service.ts#L4
But not added to depende…
-
When I'm registering more than one conversation I get the error: "Maximum call stack size exceeded" right after triggering the command.
When i'm commenting out the second one, the first one is workin…
-
```js
import { Bot, session } from "grammy";
import { conversations, createConversation } from "@grammyjs/conversations";
const bot = new Bot();
bot.use(session({ initial: () => ({}) }));
b…