handle_update | R Documentation |
This method is called if it was determined that an update should indeed
be handled by this instance. It should also be overridden (see
Handler
).
handle_update(update, dispatcher)
update |
The update to be handled. |
dispatcher |
The dispatcher to collect optional arguments. |
In most cases self$callback(dispatcher$bot, update)
can be called,
possibly along with optional arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.