mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add docs
This commit is contained in:
parent
c4fda4e3e3
commit
02a2022bbc
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ Imports:
|
|||
| Argument | Type | Description |
|
||||
| - | - | - |
|
||||
| `use_builtin_filters` | `#!python3 bool` | Register builtin filters in filters factory. Has no effect when filters is already registered in parent router. (default: `#!python3 True`) |
|
||||
| `level` | `#!python3 int` | Determines the level of Router in update hierarchy, The least level recieves update first than the highest. (default: `#!python3 0`)
|
||||
|
||||
Example:
|
||||
```python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue