Current section

Files

Jump to
telega include telega@bot_HandleCommand.hrl
Raw

include/telega@bot_HandleCommand.hrl

-record(handle_command, {
command :: binary(),
handler :: fun((telega@bot:context(any()), telega@update:command()) -> {ok,
any()} |
{error, binary()})
}).