Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT - Topics]: Store thread ids for action topics reserve #366

Open
MrMissx opened this issue Sep 8, 2023 · 0 comments
Open

[FEAT - Topics]: Store thread ids for action topics reserve #366

MrMissx opened this issue Sep 8, 2023 · 0 comments
Labels
feature: addition help wanted Extra attention is needed scope: plugin Plugin related

Comments

@MrMissx
Copy link
Member

MrMissx commented Sep 8, 2023

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
@MrMissx MrMissx added the help wanted Extra attention is needed label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: addition help wanted Extra attention is needed scope: plugin Plugin related
Projects
None yet
Development

No branches or pull requests

1 participant