Current section

Files

Jump to
telega include telega@bot_HandleCommands.hrl
Raw

include/telega@bot_HandleCommands.hrl

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