# NOT RUN {
bot <- Bot(token = bot_token("RTelegramBot"))
chat_id <- user_id("Me")
voice_url <- "https://upload.wikimedia.org/wikipedia/commons/c/c8/Example.ogg"
bot$sendVoice(chat_id = chat_id,
voice = voice_url)
# }
Run the code above in your browser using DataLab