tg_send_file
Deliver local files to a Telegram chat as the user; attach a caption, send audio as a voice message, suppress notifications, or group multiple paths into one album.
Instructions
Send a local file as the user.
Args: chat: recipient. path: one path, or a list of paths to send them as a single album. caption: text attached to the file (or to the album). voice: send an audio file as a voice message. silent: deliver without a notification sound.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| path | Yes | ||
| voice | No | ||
| silent | No | ||
| caption | No |