if (FALSE) {
bot <- Bot(token = bot_token("RTelegramBot"))
chat_id <- user_id("Me")
sticker_url <- "https://www.gstatic.com/webp/gallery/1.webp"
bot$sendSticker(
chat_id = chat_id,
sticker = sticker_url
)
}
Run the code above in your browser using DataLab