View Source ExGram.Handler behaviour (ex_gram v0.53.0)
Handle behaviour for ExGram.Bot implementation
Summary
Callbacks
@callback handle(ExGram.Dispatcher.parsed_message(), ExGram.Cnt.t()) :: ExGram.Cnt.t()
@callback handle_error(ExGram.Error.t()) :: any()