-
Filesystem is not accessible at cloudflare workers, deploy command generates lot of errors like that:
```
✘ [ERROR] Could not resolve "path"
node_modules/which/which.js:5:21:
5 │ con…
-
If I had in context property with BigInt, for example user with telegramId I have issue `Do not know how to serialize a BigInt` in line const string = JSON.stringify(arg);
![Screenshot 2022-08-11 at …
-
how to install plugin?
i am new in node js
-
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…
-
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 #
.…
-
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…
-
**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…
-
SOLVED: https://github.com/grammyjs/grammY/issues/270#issuecomment-1228709629
# Reproduction
```ts
const targetChatId = 123;
const fromChatId = 456;
const message_id = 789
ctx.…
-
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…