mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Update middlewares docs
This commit is contained in:
parent
7f26ec9935
commit
bafc2ff341
11 changed files with 119 additions and 215 deletions
|
|
@ -39,7 +39,7 @@ dp.include_router(router1)
|
|||
## Handling updates
|
||||
All updates can be propagated to the dispatcher by `feed_update` method:
|
||||
|
||||
```
|
||||
```python3
|
||||
bot = Bot(...)
|
||||
dp = Dispathcher()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue