telegram-read-topic-messages
Read messages from a specific forum topic in a Telegram group. Use chat ID and topic ID to retrieve messages, optionally paginating with an offset message ID.
Instructions
Read messages from a specific forum topic in a Telegram group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of messages to return | |
| chatId | Yes | Chat ID or username | |
| topicId | Yes | Topic ID (get from telegram-list-topics) | |
| offsetId | No | Message ID to start from (for pagination) |