mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-04-21 01:21:59 +03:00
add ChatType to exported filters
This commit is contained in:
parent
3f39201d27
commit
fcfef36c15
|
@ -20,6 +20,7 @@ from .._impl.client.events.filters import (
|
|||
Outgoing,
|
||||
Reply,
|
||||
Senders,
|
||||
ChatType,
|
||||
Text,
|
||||
TextOnly,
|
||||
)
|
||||
|
@ -37,6 +38,7 @@ __all__ = [
|
|||
"Outgoing",
|
||||
"Reply",
|
||||
"Senders",
|
||||
"ChatType",
|
||||
"Text",
|
||||
"TextOnly",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user