telegram-send-voice
Send an audio file as a voice message with waveform UI to a Telegram chat. Requires chat ID and file path; supports optional caption, reply, and topic.
Instructions
Send a voice note (audio recording) to a Telegram chat. Shows as a voice message with waveform UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID or username (e.g. @username or numeric ID) | |
| caption | No | Optional caption shown below the voice note | |
| replyTo | No | Message ID to reply to | |
| topicId | No | Forum topic ID (for groups with Topics enabled) | |
| filePath | Yes | Absolute local filesystem path to audio file (OGG/Opus preferred; M4A/MP3 also accepted). URLs are rejected. | |
| parseMode | No | Caption format: md (Markdown) or html |