-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
Add support for creating Telegram forum topics via the message tool.
Use Case
When using OpenClaw with a Telegram supergroup that has forum topics enabled, it would be useful to programmatically create new topics from the agent.
Current Behavior
The message tool has a threadName parameter, but it doesn't create new topics — messages just go to the General topic.
Proposed Solution
Add a new action (e.g., create_topic) or parameter that calls Telegram's createForumTopic API method.
Telegram API Reference
Additional Context
Bot needs can_manage_topics permission in the group (configured via BotFather or group settings).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request