Current section

Files

Jump to
telega include telega_HandleText.hrl
Raw

include/telega_HandleText.hrl

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