sync_messages
Sync Telegram messages from all chats or a specific chat into a local SQLite cache to enable fast offline search and analytics.
Instructions
Sync messages from all chats (or a specific chat) into the local SQLite cache for fast offline search and analytics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages per chat (default 1000, max 5000) | |
| chat_id | No | Optional: sync only this chat. Omit to sync all. | |
| max_chats | No | Max chats to sync when syncing all (default 50) |