download_file
Download files from Telegram messages by providing chat and message IDs. Specify an optional output directory to save the file locally.
Instructions
Download a file from a message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | The chat ID containing the message | |
| messageId | Yes | The message ID containing the file | |
| outputPath | No | Optional custom output directory path |