Fetch Recent Telegram Updates and Media
fetch_telegram_updatesFetch recent Telegram updates including messages, photos, files, and media, with optional chat filtering and media download.
Instructions
Poll and retrieve recent messages, photos, error screenshots, files, and mediagroups sent to the bot. Automatically downloads all media to local disk and returns paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max updates to fetch (default 20) | |
| chatId | No | Optional filter by Telegram Chat ID | |
| markAsRead | No | Whether to advance offset so updates are marked as processed (default: true) | |
| downloadMedia | No | Whether to download photos/documents to local disk (default: true) |