telegram-send-video-note
Send a circular video note to a Telegram chat by specifying a local file path and chat ID. Optionally set duration, frame size, reply, or topic.
Instructions
Send a video note (round-shaped short video) to a Telegram chat. Shows as a circular video in the UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID or username | |
| length | No | Frame edge length in pixels (the circle is square-cropped) | |
| replyTo | No | Message ID to reply to | |
| topicId | No | Forum topic ID | |
| duration | No | Duration in seconds (Telegram caps at 60) | |
| filePath | Yes | Absolute local filesystem path to video file (MP4 preferred, square source recommended for best look). URLs are rejected. |