export_cached_messages
Export cached Telegram messages to JSON or CSV, filtering by chat or time range to get only the data you need.
Instructions
Export messages from the local cache as JSON or CSV, with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ISO datetime — only messages after this time | |
| limit | No | ||
| before | No | ISO datetime — only messages before this time | |
| format | No | Export format (default: json) | json |
| chat_id | No | Optional: export only this chat |