Current section

Files

Jump to
telega include telega@router_ChosenInlineResultRoute.hrl
Raw

include/telega@router_ChosenInlineResultRoute.hrl

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