View source: R/callbackqueryhandler.R
CallbackQueryHandler | R Documentation |
Handler
class to handle Telegram callback queries. Optionally
based on a regex.
CallbackQueryHandler(callback, pattern = NULL)
callback |
The callback function for this handler.
See |
pattern |
(Optional). Regex pattern to test. |
An R6Class
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.