telegram-read-messages
Retrieve recent messages from any Telegram chat, including sender names, dates, media info, and reactions. Filter by date or paginate using message ID.
Instructions
Read recent messages from a Telegram chat with sender names, dates, media info, and reactions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of messages to return | |
| chatId | Yes | Chat ID or username | |
| maxDate | No | Unix timestamp: only messages before this date | |
| minDate | No | Unix timestamp: only messages after this date | |
| offsetId | No | Message ID to start from (for pagination) |