Send Telegram Document
messaging.telegram.send_documentSend a file (PDF, CSV, ZIP, up to 50MB) to a Telegram chat or channel. Use for delivering reports or data exports via the Bot API.
Instructions
⚡ ACTION: Send a file/document to a Telegram chat — PDF, CSV, ZIP, any format up to 50MB. Perfect for sending reports, data exports, generated files (Telegram Bot API)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Target chat ID or @channel_username | |
| document | Yes | Document URL (https://...) — PDF, CSV, ZIP, etc. | |
| caption | No | Document caption |
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. |