mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Update docs/../filters.rst
This commit is contained in:
parent
496560ab0c
commit
1cd78648cc
1 changed files with 8 additions and 6 deletions
|
|
@ -127,6 +127,14 @@ AdminFilter
|
|||
:show-inheritance:
|
||||
|
||||
|
||||
IsReplyFilter
|
||||
-------------
|
||||
|
||||
.. autoclass:: aiogram.dispatcher.filters.filters.IsReplyFilter
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Making own filters (Custom filters)
|
||||
===================================
|
||||
|
||||
|
|
@ -173,9 +181,3 @@ BoundFilter
|
|||
|
||||
dp.filters_factory.bind(ChatIdFilter, event_handlers=[dp.message_handlers])
|
||||
|
||||
|
||||
IsReplyFilter
|
||||
-------------
|
||||
.. autoclass:: aiogram.dispatcher.filters.filters.IsReplyFilter
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Loading…
Add table
Add a link
Reference in a new issue