sendAudio {telegram} | R Documentation |
Send mp3
files
sendAudio(audio = NULL, duration = NULL, performer = NULL, title = NULL,
reply_to_message_id = NULL, chat_id = NULL)
audio |
path to audio file to send (required) |
duration |
duration of the audio in seconds |
performer |
performer |
title |
track name |
reply_to_message_id |
If the message is a reply, ID of the original message |
chat_id |
Unique identifier for the target chat or username of the target channel (required) |