-
Example from doc:
```ts
async function convo(conversation: MyConversation, ctx: MyContext) {
// Install grammY plugins here
await conversation.run(plugin());
// Continue defining the conver…
-
```ts
import axios from 'axios'
import { Bot, GrammyError, HttpError, Keyboard, Context, session, Middleware } from "grammy";
import { COMMANDS } from './commands/commands';
// import { Menu } fro…
-
I’m learning to create my own bot. I’m following a tutorial in the documentation, but I don’t understand why it isn’t working.
Here is my code:
```ts
import { config } from "dotenv";
import { …
-
A lot of people ask for a way to exit conversations without returning or throwing. Similar to `process.exit`, we should add `conversation.halt` which stops the conversation immediately.
Calling `ct…
-
when I handle the event of pre_checkout_query
there is an err show ,"Cannot access session "
```
err: {
"type": "Error",
"message": "Cannot access session data because this up…
-
Hi,
I'm new to grammyjs and the conversations plugin. Great work btw! Just want to share my experience of reading the documentation.
### My personal reading the documentation experience
On …
-
> I see that `webhookCallback` doesn't export `callback` as supported adapter in TS. Anyway it does use the function.
_Originally posted by @thecoorum in https://github.com/grammyjs/grammY/issues/5…
-
### 🔎 Search Terms
TS intellisense not working, TS hangs up entire PC, Type inference not working
### 🕗 Version & Regression Information
- This is a crash using version 5.4.5
- I tried versi…
-
Good day!
I would like to know if there is much more alternative way of sending multiple message with inline keyboard?
Currently I am using loop for sending message with a interval in each loop to…
-
I'm trying to publish a Deno-friendly alternative to @Qix-'s https://github.com/debug-js/debug to JSR.
https://github.com/grammyjs/debug/blob/248fde35ddc6d3462c24abc89608f9370b24d148/mod.ts#L6-L11 …