-
-
Notifications
You must be signed in to change notification settings - Fork 111
[FEAT - Topics]: Store thread ids for action topics reserve #366
Copy link
Copy link
Open
Labels
feature: additionhelp wantedExtra attention is neededExtra attention is neededscope: pluginPlugin relatedPlugin related
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature: additionhelp wantedExtra attention is neededExtra attention is neededscope: pluginPlugin relatedPlugin related