send_audio
Send audio files to Telegram chats via URL or local path. Supports captions, titles, and reply settings.
Instructions
Send an audio file to a Telegram chat. Can send from URL or local file path. If chat_id is omitted, sends to the default log group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio | Yes | Audio URL, file_id or absolute local file path | |
| title | No | Track title | |
| caption | No | Audio caption (up to 1024 chars) | |
| chat_id | No | Chat ID or @channel_username. Optional — defaults to log group | |
| duration | No | Audio duration in seconds | |
| performer | No | Performer name | |
| parse_mode | No | Caption formatting mode | |
| reply_markup | No | JSON string with reply markup | |
| protect_content | No | Protect message from forwarding/saving | |
| caption_entities | No | JSON array of MessageEntity objects (alternative to parse_mode) | |
| reply_parameters | No | JSON object with ReplyParameters (e.g. {"message_id": 123}) | |
| message_thread_id | No | Topic/thread ID for supergroups with topics enabled | |
| disable_notification | No | Send silently without notification |