Pure Python 3 MTProto API Telegram client library, for bots too!
-
Updated
Jul 31, 2021 - Python
todo!
class Filter(NamedTuple): pass
or, simpler:
Filter = dataclass(frozen=True)(Filter)States are just a type of filters.
no examples.
Add a description, image, and links to the telethon topic page so that developers can more easily learn about it.
To associate your repository with the telethon topic, visit your repo's landing page and select "manage topics."