mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
More docs
This commit is contained in:
parent
3931253a88
commit
f97367b3ee
16 changed files with 415 additions and 100 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Implemented new filter named :code:`MagicData(magic_data)` that helps to filter event by data from middlewares or other filters
|
||||
|
||||
For example you bor is running with argument named :code:`config` that contains the application config then you can filter event by value from this config:
|
||||
For example your bot is running with argument named :code:`config` that contains the application config then you can filter event by value from this config:
|
||||
|
||||
.. code_block: python3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue