Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

CallbackQueryHandler

Handling callback queries


Description

Handler class to handle Telegram callback queries. Optionally based on a regex.

Usage

CallbackQueryHandler(callback, pattern = NULL)

Arguments

callback

The callback function for this handler. See Handler for information about this function.

pattern

(Optional). Regex pattern to test.

Format

An R6Class object.


telegram.bot

Develop a 'Telegram Bot' with R

v2.4.0
GPL-3
Authors
Ernest Benedito [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.