Current section

Files

Jump to
telega include telega@bot_HandleCallbackQuery.hrl
Raw

include/telega@bot_HandleCallbackQuery.hrl

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