Telethon/telethon/_updates/__init__.py
Lonami Exo f6df5d377c Begin reworking update handling
Use a fixed-size queue instead of a callback to deal with updates.

Port the message box and entity cache from grammers to start off
with a clean design.

Temporarily get rid of other cruft such as automatic pings or old
catch up implementation.
2022-01-18 19:46:19 +01:00

3 lines
84 B
Python

from .entitycache import EntityCache, PackedChat
from .messagebox import MessageBox