Send a file
send_fileSend a local file to a Telegram chat using a peer identifier and absolute path, optionally with a caption.
Instructions
Send a local file to a chat, with an optional caption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file to send. | |
| peer | Yes | A @username, numeric id, or 'me'. | |
| caption | No | Caption to attach. |