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(), any(), any()), binary()) -> {ok, telega@bot:context(any(), any(), any())} | {error, any()})
}).