Current section
Files
Jump to
Current section
Files
include/telega@bot_HandleCallbackQuery.hrl
-record(handle_callback_query, {
filter :: telega@bot:callback_query_filter(),
handler :: fun((telega@bot:context(any(), any(), any()), binary(), binary()) -> {ok,
telega@bot:context(any(), any(), any())} |
{error, any()})
}).