Handle an update
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.