mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
UA translation of filtering events docs (#1043)
* UA translation of filtering events docs * Small changes in description * Remove unused text Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
parent
5c3f442866
commit
1e60e10997
14 changed files with 552 additions and 428 deletions
|
|
@ -11,8 +11,6 @@ Can be imported:
|
|||
|
||||
- :code:`from aiogram.filters import MagicData`
|
||||
|
||||
Or used from filters factory by passing corresponding arguments to handler registration line
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ Can be imported:
|
|||
- :code:`from aiogram.filters.text import Text`
|
||||
- :code:`from aiogram.filters import Text`
|
||||
|
||||
Or used from filters factory by passing corresponding arguments to handler registration line
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue