R/telegram_package.R

#' telegram.
#'
#' 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 curl curl_download
#' @importFrom utils menu
NULL

Try the telegram package in your browser

Any scripts or data that you put into this service are public.

telegram documentation built on May 1, 2019, 8:05 p.m.