-
**Describe your goal**
My code is:
```
bot.command( "menu", ctx => {
console.log( `[/menu] called` );
console.log( "ctx:", ctx );
console.log( "ctx.message.message_thread_id:", ctx.message.me…
-
Currently in sessions, adding or removing a session data property to the bot (initial) will not modify the existing session data of the chats. It would be cool if sessions could update the stored data…
-
Managed to get this as small as I can. Essentially it seems as though having an import map with a specific import is causing the Deno LSP to crash in VS Code every time I launch it, giving the followi…
-
**Problem**: An error occcurs after conversation is finished
**Error**: `TypeError: Cannot delete property 'conversation' of #
at node_modules\@grammyjs\conversations\out\conversation.js:304:…
-
### Description?
Add https://github.com/Loskir/grammy-deno-deploy-example or https://github.com/grammyjs/examples/blob/main/deno-deploy to the list
### Platform
Deno
-
Hi there,
telegraf has an awesome feature for message text formatting(see https://github.com/telegraf/telegraf/blob/0fb95cd/src/format.ts)
Would be good to have the similar feature in grammy.
-
- Deno is a very close match for the browser.
- Replace axios with shim around fetch api directly.
- Fetch is in the box for Node 18.x, and can be shimmed with a global declaration `global.fetch = r…
-
I don’t manage to get conversations to work with multi sessions. It does work with normal configuration (not session type "multi") but if I try to change it to multi it stops working.
```
bot.us…
-
`ctx.conversation` is mutated when `_replayWait` is called from some flavor of `conversation.waitX` method. In the case where this is a non-replaying wait, the original ctx object will have it's `ctx.…
-
When writing a session, specially when using conversations, we don't really want to write undefined values as null to the database, because conversations expects some properties to be undefined, and w…