get_messages
Destructive
Retrieve Telegram chat messages from archives with pagination. Access historical conversations by chat ID using offset and limit parameters.
Instructions
Get messages from a Telegram chat with pagination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Chat ID to retrieve messages from | |
| limit | No | Maximum messages to return (default 50) | |
| offset | No | Pagination offset (default 0) |