Current section

Files

Jump to
telega include telega@bot_HandleHears.hrl
Raw

include/telega@bot_HandleHears.hrl

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