Send Telegram Video
send_telegram_videoSend a video to a Telegram chat via bot, accepting local file paths or HTTP URLs. Specify caption, filename, or chat ID as needed.
Instructions
Send a video via Telegram bot (supports local Windows paths and HTTP URLs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | Local file path or HTTP(S) URL to video | |
| chatId | No | Optional override for target Telegram Chat ID | |
| caption | No | Video caption with formatting support | |
| filename | No | Custom filename for the video | |
| parseMode | No | Caption formatting mode (default: HTML) | HTML |