list_forum_topics
Retrieve forum topics from a Telegram supergroup, including id, title, unread count, and flags. Optionally filter by title substring to find specific topics.
Instructions
List topics in a forum supergroup (e.g. GLC). Returns id, title, unread_count, and flags per topic. The General topic is always id 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max topics (cap 100) | |
| query | No | Optional title substring filter. | |
| chat_id | Yes |