Current section

Files

Jump to
telega include telega@router_VideoRoute.hrl
Raw

include/telega@router_VideoRoute.hrl

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