Learn R Programming

telegram (version 0.3.0)

TGBot: TGBot

Description

Package main class (implementing the Telegram bot).

Usage

TGBot

Arguments

format

An R6Class generator object.

References

http://core.telegram.org/bots{Bots: An introduction for developers} and http://core.telegram.org/bots/api{Telegram Bot API}

Examples

Run this code
bot <- TGBot$new(token = bot_token('RBot'))

Run the code above in your browser using DataLab