Current section
Files
Jump to
Current section
Files
include/telega@router_TextPatternRoute.hrl
-record(text_pattern_route, {
pattern :: telega@router:pattern(),
handler :: fun((telega@bot:context(any(), any(), any()), binary()) -> {ok,
telega@bot:context(any(), any(), any())} |
{error, any()})
}).