Telegram send audio
tg_send_audioSend audio files to Telegram chats using a bot. Supports audio URLs or base64 data, captions, and reply options.
Instructions
Send audio via telegram bot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio | Yes | Audio URL or base64 data URI (e.g., data:audio/wav;base64,... | |
| chat_id | No | Telegram chat id, Default to get from environment variables | |
| caption | No | Audio caption, 0-1024 characters after entities parsing | |
| parse_mode | No | Mode for parsing entities in the caption. [text/MarkdownV2] | |
| reply_to_message_id | No | Identifier of the message that will be replied to |