Current section

Files

Jump to
telega include telega@router_Filter.hrl
Raw

include/telega@router_Filter.hrl

-record(filter, {
check :: fun((telega@update:update()) -> boolean()),
name :: binary()
}).