mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +00:00
Add IsReplyFilter to docs/../filters.rst
This commit is contained in:
parent
000cd9aad8
commit
496560ab0c
1 changed files with 7 additions and 0 deletions
|
|
@ -172,3 +172,10 @@ BoundFilter
|
||||||
|
|
||||||
|
|
||||||
dp.filters_factory.bind(ChatIdFilter, event_handlers=[dp.message_handlers])
|
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