tg_download_many
Batch-download multiple Telegram attachments from a chat using message IDs. Save up to 50 media files to a specified directory.
Instructions
Download several attachments at once (max 50). Get the ids from tg_media.
Args: chat: chat the messages belong to. message_ids: message ids carrying the media. dest: target directory. Defaults to tg-agent/data/downloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| dest | No | ||
| message_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |