# NOT RUN {
bot <- Bot(token = bot_token("RTelegramBot"))
chat_id <- user_id("Me")
bot$sendLocation(chat_id = chat_id,
latitude = 51.521727,
longitude = -0.117255)
# }
Run the code above in your browser using DataLab