Current section

Files

Jump to
telega include telega@router_PollRoute.hrl
Raw

include/telega@router_PollRoute.hrl

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