Current section

Files

Jump to
telega include telega@router_AudioRoute.hrl
Raw

include/telega@router_AudioRoute.hrl

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