-
**Is your feature request related to a problem? Please describe.**
There's a great plugin for quickly searching for emojis without interrupting your code. This is useful when we write bot lines direc…
-
I'm thinking about allowing
```ts
for await (const data of ctx.session) {
// handle session data of user
}
```
which would effectively allow you to enumerate all sessions.
This would be…
-
Is it work with telegraf js or it's all have different context?
-
Whenever I use ctx(such as reply) in conversation.external, my app "forgets" about all his comands.
There is message in telegram https://t.me/grammyjs/86807
-
Telegram Bot Framework
https://grammy.dev
SVG sources: https://github.com/grammyjs/website/tree/main/logos
![](https://github.com/grammyjs/website/raw/main/logos/grammY.svg)
-
### Problem description
I made a report on [discord](https://discord.com/channels/684898665143206084/826085979344470037/1125368847298465827) about an issue i have been facing since morning. It's abou…
-
I'm using [MongoDB session adapter](https://github.com/grammyjs/storages/tree/main/packages/mongodb) like this:
```
interface SessionData {
counter: number
}
type MyContext = Context & …
-
Currently, we can only create complete keyboards using the keyboard plugin. It may be useful to add helpers that create individual buttons.
We should then add a static method `Keyboard.from` which …
-
Error:-
```
> yarn run test
Downloading VSCode: 1.79.0 / stable
VS Code exists in local cache, skipping download
Downloading ChromeDriver 108.0.5359.71 from: https://chromedriver.storage.googl…
-
Hi! If the person did not click on the button, but wrote the text, I have to resend the text with the button so that he clicks in order to continue
When my bot restarts, the entire session is clear…