send_video_note
Send a round video message to a Telegram chat using a URL or local file path. Optionally specify chat ID, duration, and other settings.
Instructions
Send a video note (round video message) to a Telegram chat. Can send from URL or local file path. If chat_id is omitted, sends to the default log group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | Video note diameter (width/height) | |
| chat_id | No | Chat ID or @channel_username. Optional — defaults to log group | |
| duration | No | Video note duration in seconds | |
| video_note | Yes | Video note URL, file_id or absolute local file path | |
| reply_markup | No | JSON string with reply markup | |
| protect_content | No | Protect message from forwarding/saving | |
| reply_parameters | No | JSON object with ReplyParameters (e.g. {"message_id": 123}) | |
| message_thread_id | No | Topic/thread ID for supergroups with topics enabled | |
| disable_notification | No | Send silently without notification |