send_document
Send a document file to a Telegram chat by providing the file path and chat ID. Optionally add a caption and reply to a specific message.
Instructions
Send a document file to a chat
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | The chat ID to send document to | |
| caption | No | Optional caption for the document | |
| filePath | Yes | Path to the document file to send | |
| replyToMessageId | No | Optional message ID to reply to |