Current section

Files

Jump to
telega include telega@router_InlineQueryRoute.hrl
Raw

include/telega@router_InlineQueryRoute.hrl

-record(inline_query_route, {
handler :: fun((telega@bot:context(any(), any(), any()), telega@model@types:inline_query()) -> {ok,
telega@bot:context(any(), any(), any())} |
{error, any()})
}).