telegram-read-messages
Retrieve recent messages from Telegram chats using your personal account, with options to filter by date, paginate results, and specify chat IDs.
Instructions
Read recent messages from a Telegram chat
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID or username | |
| limit | No | Number of messages to return | |
| offsetId | No | Message ID to start from (for pagination) | |
| minDate | No | Unix timestamp: only messages after this date | |
| maxDate | No | Unix timestamp: only messages before this date |