mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 02:52:12 +00:00
#1314 Mention that event can be skipped
This commit is contained in:
parent
228a86afdc
commit
6153b4f805
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ Examples
|
|||
|
||||
.. danger::
|
||||
|
||||
Middleware should always call :code:`await handler(event, data)` to propagate event for next middleware/handler
|
||||
Middleware should always call :code:`await handler(event, data)` to propagate event for next middleware/handler.
|
||||
If you want to stop processing event in middleware you should not call :code:`await handler(event, data)`.
|
||||
|
||||
|
||||
Class-based
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue