Closed sc0ch closed 7 months ago
What is your question?
Is it an issue, or i'm doing something wrong ?
Neither, everything looks as expected
How to get a list of all installed conversations inside active conversation after <context>
update ?
There's no way to list installed conversations. You're logging internal data that is only accessible to the plugin. Why do you need that?
Sometimes, needs an ability to enter other conversation from current. It there another way ?
Yes. Just call await four(conversation, ctx)
.
Thank you so much. Can be closed. Went to read it.
Versions grammy: 1.21.1 @grammyjs/conversations: 1.2.0
To reproduce: Start the bot. Enter /start command and then any text.
Behavior: four conversations before context update, and only two after (depends of order of processing on creation createConversation function in code):
Expected behavior: list of all conversations:
Is it an issue, or i'm doing something wrong ?