Send Telegram Document
send_telegram_documentSend a document or file to Telegram by providing a file path or HTTP URL. Optionally add a formatted caption using Markdown or HTML.
Instructions
Send a document/file via Telegram bot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document | Yes | File path or HTTP URL to the document | |
| caption | No | Document caption with formatting support | |
| filename | No | Custom filename for the document | |
| parseMode | No | Caption formatting mode | MarkdownV2 |