if (FALSE) {
bot <- Bot(token = bot_token("RTelegramBot"))
chat_id <- user_id("Me")
video_note_url <- "http://techslides.com/demos/sample-videos/small.mp4"
bot$sendVideoNote(
chat_id = chat_id,
video_note = video_note_url
)
}
Run the code above in your browser using DataLab