powered by
This class dispatches all kinds of updates to its registered handlers.
Dispatcher(bot)is.Dispatcher(x)
is.Dispatcher(x)
The bot object that should be passed to the handlers.
Object to be tested.
An R6Class object.
R6Class
add_handler
Registers a handler in the Dispatcher.
Dispatcher
add_error_handler
Registers an error handler in the Dispatcher.