send_media_group
Send a group of photos or videos as an album to a Telegram chat, with options for protection, reply, and notification settings.
Instructions
Send a group of photos or videos as an album. If chat_id is omitted, sends to the default log group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media | Yes | JSON array of InputMedia objects (2-10 items). Each must have type and media. | |
| chat_id | No | Chat ID or @channel_username. Optional — defaults to log group | |
| protect_content | No | Protect messages from forwarding/saving | |
| reply_parameters | No | JSON object with ReplyParameters (e.g. {"message_id": 123}) | |
| message_thread_id | No | Topic/thread ID for supergroups with topics enabled | |
| disable_notification | No | Send silently without notification |