send_video_note
Send a round video note to a Telegram chat by providing the chat ID and video URL. Optionally set duration, size, or send silently.
Instructions
Send a video note (round video) to a Telegram chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Target chat ID. | |
| video_note_url | Yes | URL or file_id of the video note. | |
| duration | No | Duration in seconds. | |
| length | No | Video width and height (diameter of the circle). | |
| disable_notification | No | Send silently. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| message_id | No | ||
| chat_id | No |