td_download_file
Retrieve a file from Telegram by providing dialog, message ID, and output path to save it locally.
Instructions
Download a file from Telegram to a local path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dialog | Yes | Dialog ID, username, or 'me' for Saved Messages | |
| messageId | Yes | Message ID of the file to download | |
| outputPath | Yes | Local path to save the downloaded file |