mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-15 10:32:28 +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,
|
Outgoing,
|
||||||
Reply,
|
Reply,
|
||||||
Senders,
|
Senders,
|
||||||
|
ChatType,
|
||||||
Text,
|
Text,
|
||||||
TextOnly,
|
TextOnly,
|
||||||
)
|
)
|
||||||
|
@ -37,6 +38,7 @@ __all__ = [
|
||||||
"Outgoing",
|
"Outgoing",
|
||||||
"Reply",
|
"Reply",
|
||||||
"Senders",
|
"Senders",
|
||||||
|
"ChatType",
|
||||||
"Text",
|
"Text",
|
||||||
"TextOnly",
|
"TextOnly",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user