-
Hi, I'm trying to build a following logic:
1. User presses `/settings`
2. We show him menu with possible settings
3. He clicks on one of them
4. Conversation starts to check that user would enter …
-
If I want to wait util some data changed in database, how can I do it in conversations?
-
ConversationFlavor in code follows a Transformative flavor pattern, while it is used like an Additive flavor in documentation.
This happens to work in many instances, but not where the transformati…
-
As discussed in https://t.me/grammyjs/244616
> at least we can update conversations so that the error text is more clear, like
>> Conversations encountered an update without a session: ${ctx.updat…
-
A bot running on Node.js v12.22 prints the following warning in console after sending a few messages:
```
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners …
-
Version: Deno 1.42.0 or higher
Hello! I have a Deno project, more specifically a telegram bot written with @grammyjs, where the LSP works fine with Deno v1.41.3 or earlier, but with version 1.42.0 …
-
`ctx.reply()` (and similar reply methods) do not reply to the current forum thread. They should as their use is to be a reply to whatever the current context is.
Not sure if this is a breaking chan…
-
Fluent does stuff that inserts weird characters, and this is often undesired. Let's document this. Context: https://t.me/grammyjs/145192
-
Hi!
I have a menu with 2 buttons:
- set value
- go back
When user click on "set value", i _start a conversation_ so he can enter value manually. But if user decides that he does not want to e…
-
This simple echo bot works: you type /start, bot sends you hello, you type hello, bot sends you hello, when you type hello again, bot didn't answer
node 18.18.0
grammy 1.19.0
conversations 1.1.2
…