mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 10:53:23 +00:00
Update filtering docs page
This commit is contained in:
parent
28cc2384e8
commit
69c2e1282f
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
===============
|
===============
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue