Update middlewares docs

This commit is contained in:
Alex Root Junior 2020-05-26 20:26:29 +03:00
parent 7f26ec9935
commit bafc2ff341
11 changed files with 119 additions and 215 deletions

View file

@ -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()