Current section

Files

Jump to
telega include telega_HandleCommand.hrl
Raw

include/telega_HandleCommand.hrl

-record(handle_command, {
command :: binary(),
handler :: fun((telega:command_context()) -> {ok, nil} | {error, nil})
}).