View Source ExGram.Handler behaviour (ex_gram v0.52.2)

Handle behaviour for ExGram.Bot implementation

Summary

Callbacks

Link to this callback

handle(parsed_message, t)

View Source (optional)
Link to this callback

handle_error(t)

View Source (optional)
@callback handle_error(ExGram.Error.t()) :: any()