You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered a specific error with the bot.Reply() method for supergroups when topics are turned off after being turned on. Steps to reproduce:
Turn on topics for a chat.
Turn off topics.
Send any message from the user to the chat.
Try to respond with bot.Reply() to that message.
Receive the error: telegram: Bad Request: message thread not found (400).
Logs show that messages now contain a non-zero field message_thread_id. However, since topics are turned off, the Telegram service can't find that thread.
A temporary workaround is to set the thread value to zero:
The text was updated successfully, but these errors were encountered:
kettari
changed the title
bot.Reply() results in error "telegram: Bad Request: message thread not found (400)" for supergroup
bot.Reply() results in error "telegram: Bad Request: message thread not found (400)" for supergroup [email protected]Jan 8, 2025
Hello everyone,
I've encountered a specific error with the bot.Reply() method for supergroups when topics are turned off after being turned on. Steps to reproduce:
Logs show that messages now contain a non-zero field message_thread_id. However, since topics are turned off, the Telegram service can't find that thread.
A temporary workaround is to set the thread value to zero:
Version [email protected]
The text was updated successfully, but these errors were encountered: