#' telegram.
#'
#' Simple R wrapper around the Telegram Bot API
#' (http://core.telegram.org/bots/api) to access Telegram's messaging
#' facilities with ease (eg you send messages, images, files from R to
#' your smartphone)
#'
#' @name telegram
#' @docType package
#' @importFrom R6 R6Class
#' @importFrom httr POST
#' @importFrom httr content
#' @importFrom httr warn_for_status
#' @importFrom httr upload_file
#' @importFrom jsonlite fromJSON
#' @importFrom jsonlite toJSON
#' @importFrom curl curl_download
#' @importFrom utils menu
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.