Current section

Files

Jump to
telega include telega_HandleAll.hrl
Raw

include/telega_HandleAll.hrl

-record(handle_all, {
handler :: fun((telega:context()) -> {ok, nil} | {error, nil})
}).