-
When using Prisma Storage Adapter (regardless of what connector you are using: MySQL, SQLite, etc) for sessions, throwing an error inside the `otherwise` callback of `conversation.waitFor()` doesn't k…
-
Nice work. I was wondering, any plans to add Deno support? Similar to grammY maybe? Can see an example here: https://github.com/grammyjs/examples/blob/main/supabase-edge-functions/supabase/functions/t…
-
### Problem
Firestore cannot store conversations session data with current adapter.
### Cause
Firestore cannot encode the function definitions of the stored update objects under `log` e.g. copy, …
-
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…
-
# 🇮🇩 Indonesian
## Deskripsi
Issue ini digunakan untuk memantau proses translasi semua halaman. Issue akan ditutup ketika semua dokumentasi berhasil diselesaikan.
## Ikutan dong...!!!
### Menjad…
-
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-…
-
### 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 …
-
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.
-
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…