# NOT RUN {
bot <- Bot(token = bot_token("RTelegramBot"))
chat_id <- user_id("Me")
audio_url <- "http://www.largesound.com/ashborytour/sound/brobob.mp3"
bot$sendAudio(chat_id = chat_id,
audio = audio_url)
# }
Run the code above in your browser using DataLab