telegram_send_video
Send a video to a Telegram chat by providing a local file path, HTTP URL, or Telegram file ID. Optionally include a caption, dimensions, and duration.
Instructions
Send a video to a Telegram chat.
Accepts a local file path, a public HTTP(S) URL, or a Telegram file_id.
Args: params (SendVideoInput): chat_id, video source, optional caption, dimensions.
Returns: str: JSON with the sent Message object or an error description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |