tg_download_many
Download multiple Telegram attachments in a single batch, specifying chat and message IDs from tg_media. Saves to a chosen directory or the default downloads folder.
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 the project's data/downloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| dest | No | ||
| message_ids | Yes |