telegram-read-topic-messages
Read messages from a specific forum topic in a Telegram group using chat ID and topic ID. Supports pagination with offset and limit parameters.
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) |