-
It's possible to add TTL check on read operations for all adapters.
-
Something like "In the past it was required to use `.build()` to add properties like `resize_keyboard`. Now they are supported out of the box and you shouldn't use `.build()`. Note that if you use bui…
-
**Context:**
- Node.js v18.2.0
- grammY v1.9.0
- `grammyjs/fluent` plugin v1.0.3
- TypeScript
I am developing [Telegram Watchdog](https://github.com/Astrian/tg-watchdog), and someone reports…
-
When calling `waitFor` or `conversation.form` after `conversation.external` the bot simply crash with no errors.
This code will reproduce this error:
```Typescript
require('dotenv').config();
im…
-
When using the conversation plugin with a bot that uses session { type: "multi" }, it presents an error at the end of the conversation:
```
TypeError: Cannot delete property 'conversation' of #
.…
-
I am using the `trailing-whitespace` pre-commit hook. It's one of the default hooks and hence is very popular[^1].
However, the all-contributors is currently inserting trailing whitespace in the co…
-
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…
-
SOLVED: https://github.com/grammyjs/grammY/issues/270#issuecomment-1228709629
# Reproduction
```ts
const targetChatId = 123;
const fromChatId = 456;
const message_id = 789
ctx.…
-
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, …