request_backfill
Request an async job to download older Telegram chat history, bounded by date range or message count, for a specified chat.
Instructions
Ask the service to download older history for a chat from Telegram (async job). from_date/to_date bound the range; omit both to walk back from the newest message until max_messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| to_date | No | ||
| from_date | No | ||
| max_messages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |