Send Telegram Photo
messaging.telegram.send_photoSend a photo to a Telegram chat via URL or file ID, with optional caption. Supports JPG, PNG, GIF up to 10MB.
Instructions
⚡ ACTION: 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
| 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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |