-
As of right now if you don't provide an access token and try to, for e.g, create a page. It would fail because the access token it's undefined
-
Hello!
I just wanted to make sure the bot is stopped and disposed after a failed login attempt, and came across this issue where the bot would crash the application regardless of error handler bei…
AB-70 updated
6 months ago
-
After discussion in the telegram channel it appears that currently `ctx.menu.back()` always returns to the top-most menu.
This makes it impossible to navigate menus up and down deeper than 2nd level.…
-
Versions
grammy: 1.21.1
@grammyjs/conversations: 1.2.0
----------------------------------
To reproduce: Start the bot. Enter /start command and then any text.
```
import { Bot, session } fro…
sc0ch updated
7 months ago
-
Need to improve type documentation for custom adapters when using `enchanceStorage` function. There is no mention in docs to use
`new StorageAdapter({ //params// })`.
-
I'm trying to edit the message with HTML text, but the API doesn't support the `parse_mode`.
```
await ctx.editMessageText(editedText, ctx.msgId)
```
The `editMessageText` from `Context`
```
…
-
I get that error when use `conversation.wait()`: `TypeError: Cannot read properties of undefined (reading 'length')`
-
**Now**
All Storage Adapters (and Session as it is dependent on them) do not support working without Node API. So Grammy can't be used with the sessions plugin on Cloudflare Workers (and similar Ed…
-
When I try to use oak on Deno Deploy I have this error message at runtime
![immagine](https://github.com/grammyjs/grammY/assets/42920247/5cb377e3-db5e-4038-8e73-2ba728943598)
seems like an inco…
-
**Description:**
The webhook example provided at https://github.com/grammyjs/examples/tree/main/setups/next-node does not work correctly when deployed to Vercel. The following behaviour occurs:
…