mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
commit
20e51ac84a
3 changed files with 32 additions and 1 deletions
|
|
@ -127,6 +127,14 @@ AdminFilter
|
|||
:show-inheritance:
|
||||
|
||||
|
||||
IsReplyFilter
|
||||
-------------
|
||||
|
||||
.. autoclass:: aiogram.dispatcher.filters.filters.IsReplyFilter
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Making own filters (Custom filters)
|
||||
===================================
|
||||
|
||||
|
|
@ -172,3 +180,4 @@ BoundFilter
|
|||
|
||||
|
||||
dp.filters_factory.bind(ChatIdFilter, event_handlers=[dp.message_handlers])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue