get_forum_topics
List topics in a forum supergroup by chat ID or username. Supports filtering by title and limit results to retrieve topic IDs for reading messages.
Instructions
列出话题群(forum)里的话题。拿到 id 后可用 get_messages(topic_id=...) 读该话题。
Args: chat: 开了话题功能的超级群。 limit: 上限,最多 100。 query: 按标题过滤。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| limit | No | ||
| query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |