# Packages
No description provided by the author
# Functions
MakeDispatcher creates new custom dispatcher which process and handles incoming updates.
# Variables
ContinueGroups continues iterating over handlers groups if returned through handler callback function.
EndGroups stops iterating over handlers groups if returned through handler callback function.
SkipCurrentGroup skips current group and continues iterating over handlers groups if returned through handler callback function.
StopClient cancels the context and stops the client if returned through handler callback function.
# Structs
No description provided by the author
# Interfaces
No description provided by the author
Handler is the common interface for all the handlers.