Replies: 3 comments
-
Check the message_thread_id. |
Beta Was this translation helpful? Give feedback.
0 replies
-
for send_message method works fine but for handlers i dont know how work @bot.message_handler(content_types=['text', 'photo'], chat_id=config.BBMCHATID, message_thread_id=310406) Here i not receved errors, but dosnt work, this is correct? very thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
No. Use lambda. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi... i dont find a solution
i need handler all messages of a specific topic of a group. Api v4.6 allow message_thread_id for reference to the different topics of a group
Bu i dont find how to handle messages from a specific topic...
Someone knows? Thx
Beta Was this translation helpful? Give feedback.
All reactions