send_photo
Send a photo to a Telegram chat using a URL, file path, or file ID. Optionally add a caption and disable notifications.
Instructions
Send a photo to a Telegram chat.
Args:
photo: An http(s) URL, a local file path, or a Telegram file_id.
chat_id: Target chat; omit to use the server's default chat.
caption: Optional caption shown under the photo (max 1024 characters).
parse_mode: Optional caption formatting (see send_message).
disable_notification: Send silently, without a notification sound.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| photo | Yes | ||
| caption | No | ||
| chat_id | No | ||
| parse_mode | No | ||
| disable_notification | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |