Current section

Files

Jump to
telega include telega_HandleCommands.hrl
Raw

include/telega_HandleCommands.hrl

-record(handle_commands, {
commands :: list(binary()),
handler :: fun((telega:command_context()) -> {ok, nil} | {error, nil})
}).