telegram_download_media
Download media from a Telegram message by providing the chat identifier, message ID, and destination filename. Saves the file to the download root and returns its path.
Instructions
Download media/document from a Telegram message into the MCP download root (MCP_DOWNLOAD_ROOT, default /data/downloads). Returns the saved path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | Chat identifier (@username, +phone, or numeric ID) | |
| filename | Yes | Destination filename relative to the MCP download root | |
| message_id | Yes | Message id holding the media |