Current section
Files
Jump to
Current section
Files
include/telega@router_FilteredRoute.hrl
-record(filtered_route, {
filter :: telega@router:filter(),
handler :: fun((telega@bot:context(any(), any(), any()), telega@update:update()) -> {ok,
telega@bot:context(any(), any(), any())} |
{error, any()})
}).