add ChatType to exported filters

This commit is contained in:
apepenkov 2023-11-08 12:32:59 +03:00
parent 3f39201d27
commit fcfef36c15

View File

@ -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",
]