Update filtering docs page

This commit is contained in:
Alex Root Junior 2023-09-10 22:42:32 +03:00
parent 28cc2384e8
commit 69c2e1282f
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -6,8 +6,9 @@ Filtering events
Filters is needed for routing updates to the specific handler. Filters is needed for routing updates to the specific handler.
Searching of handler is always stops on first match set of filters are pass. Searching of handler is always stops on first match set of filters are pass.
By default, all handlers has empty set of filters, so all updates will be passed to first handler that has empty set of filters.
*aiogram* has some builtin useful filters. *aiogram* has some builtin useful filters or you can write own filters.
Builtin filters Builtin filters
=============== ===============