Replies: 1 comment 2 replies
-
The conversation handler is bound to the group chat, since per_chat is True. I would personally probably make a conversation handler with a message handler with a user filter to which I add a user id when I expect a captcha response (and remove when the conversation flow is done). If you want to be able to debug these issues yourself, set the logging level to debug to see where the update is handled (or in this case, isn't) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm practicing in writing the bot for telegram group that functions on the following "algorythm'/conditions:
I strugle with processing user input from the created private chat. My "bot" creates the private conversation with newcomer at join request, sends to the candidate the message, but doesn't accept the responce. The logging doesn't capture the fact that user is responding.
The currenc code is:
Please, advice.
Used versions:
Beta Was this translation helpful? Give feedback.
All reactions