# NOT RUN {
bot <- Bot(token = bot_token('RBot'))
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