Current section

Files

Jump to
telega include telega@router_PollAnswerRoute.hrl
Raw

include/telega@router_PollAnswerRoute.hrl

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