Current section

Files

Jump to
telega include telega@router_PreCheckoutQueryRoute.hrl
Raw

include/telega@router_PreCheckoutQueryRoute.hrl

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