R/telegram_package.R

#' 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
lbraglia/telegram documentation built on May 14, 2024, 1:16 p.m.