# NOT RUN {
# Initialize bot
bot <- TGBot$new(token = bot_token('RBot'))
bot$set_default_chat_id(user_id('me'))
# Set input parameters
text <- "Don't forget to send me the answer!"
# Send reply message
bot$sendMessage(text, reply_markup = ForceReply())
# }
Run the code above in your browser using DataLab