Describe the feature you'd like to request
Bot faces issues with handling closed topics encountering the [400 TOPIC_CLOSED] - The topic was closed error. This error occurs when a group general topic is closed, and the bot simply drops the event. This proposal aims to enhance the bot's functionality by implementing a robust mechanism to address this issue.
Describe the solution you'd like
- Listen and store a chat topic id (
message_thread_id)
- Use the stored topic_id (determine 1) to be set up as the bot action topic
Describe the feature you'd like to request
Bot faces issues with handling closed topics encountering the
[400 TOPIC_CLOSED] - The topic was closederror. This error occurs when a group general topic is closed, and the bot simply drops the event. This proposal aims to enhance the bot's functionality by implementing a robust mechanism to address this issue.Describe the solution you'd like
message_thread_id)