messaging.telegram.send_photo
Send photos to Telegram chats using image URLs or file IDs, with optional captions for clear communication.
Instructions
Send a photo to a Telegram chat with optional caption. Provide image URL — supports JPG, PNG, GIF up to 10MB (Telegram Bot API)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Target chat ID or @channel_username | |
| photo | Yes | Photo URL (https://...) or Telegram file_id from previous upload | |
| caption | No | Photo caption (max 1024 chars) |