mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update __init__.py
This commit is contained in:
parent
2739680518
commit
98dacb4624
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from .builtin import Command, CommandHelp, CommandPrivacy, CommandSettings, CommandStart, ContentTypeFilter, \
|
||||
ExceptionsFilter, HashTag, Regexp, RegexpCommandsFilter, StateFilter, \
|
||||
Text, IDFilter, AdminFilter, IsReplyFilter, IsSenderContact, ForwardedMessageFilter, \
|
||||
ChatTypeFilter
|
||||
ChatTypeFilter, MediaGroupFilter
|
||||
from .factory import FiltersFactory
|
||||
from .filters import AbstractFilter, BoundFilter, Filter, FilterNotPassed, FilterRecord, execute_filter, \
|
||||
check_filters, get_filter_spec, get_filters_spec
|
||||
|
|
@ -25,6 +25,7 @@ __all__ = (
|
|||
'IsSenderContact',
|
||||
'ForwardedMessageFilter',
|
||||
'ChatTypeFilter',
|
||||
'MediaGroupFilter'
|
||||
'FiltersFactory',
|
||||
'AbstractFilter',
|
||||
'BoundFilter',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue