mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update docs/dispatcher/filters/index.rst
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
parent
1656e0c4d7
commit
653bf433a3
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ Resolving filters with default value
|
|||
Bound Filters with only default arguments will be automatically applied with default values
|
||||
to each handler in the router and nested routers to which this filter is bound.
|
||||
|
||||
For example, although we do not specify chat_type in the handler filters,
|
||||
For example, although we do not specify :code:`chat_type` in the handler filters,
|
||||
but since the filter has a default value, the filter will be applied to the handler
|
||||
with a default value :code:`private`:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue