send_video
Send MPEG4 video files to Telegram chats via file ID, HTTP URL, or absolute file path, with optional captions, thumbnails, and formatting.
Instructions
Send a video file. Telegram clients support MPEG4 videos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | File ID, HTTP URL, or absolute file path | |
| width | No | ||
| height | No | ||
| caption | No | Caption (0-1024 chars) | |
| chat_id | Yes | Chat ID or @username | |
| duration | No | ||
| effect_id | No | ||
| thumbnail | No | File ID, HTTP URL, or absolute file path | |
| parse_mode | No | Formatting mode | |
| has_spoiler | No | ||
| reply_markup | No | InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, or ForceReply | |
| protect_content | No | ||
| caption_entities | No | Array of MessageEntity objects | |
| reply_parameters | No | ReplyParameters object | |
| message_thread_id | No | ||
| supports_streaming | No | ||
| allow_paid_broadcast | No | ||
| disable_notification | No | ||
| business_connection_id | No | ||
| show_caption_above_media | No |