Develop a 'Telegram Bot' with R
Display a reply
Forward messages of any kind
Get an update's chat ID
Get an update's user ID
Get the effective chat
Get the effective message
Get the effective user
Handling errors
Combining filters
Delete a message
Remove webhook integration
The dispatcher of all updates
Edit a caption
Edit a reply markup
Edit a text message
Add an error handler
Add a handler
Send answers to callback queries
Send answers to an inline query
The base of all filters
Creating a Bot
Get a token from environment
Handling callback queries
Check an update
Clean any pending updates
Handling commands
Prepare a file for downloading
Check your bot's information
Receive incoming updates
Get a user's profile photos
Get current webhook status
Handle an update
The base of all handlers
Create an inline keyboard button
Create an inline keyboard markup
The base of inline query results
Create a keyboard button
Leave a chat
Filter message updates
Handling messages
Create a keyboard markup
Remove a keyboard
Retrieve the status of the Webhook.
Send animation files
Send audio files
Send a chat action
Send general files
Send point on the map
Send text messages
Send image files
Send a sticker
Send a video
Send video messages
Send voice files
Change your bot's auth token
Set a webhook
Start polling
Start the webhook server.
Stop polling
Stop the webhook server.
Develop a Telegram Bot with R
Constructing an Updater
The base of telegram.bot objects
Represent an update
Building a Telegram Bot with Update Polling
Get a user from environment
Building a Telegram Bot with a Webhook
Provides a pure interface for the 'Telegram Bot API' <http://core.telegram.org/bots/api>. In addition to the pure API implementation, it features a number of tools to make the development of 'Telegram' bots with R easy and straightforward, providing an easy-to-use interface that takes some work off the programmer.
Useful links