mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-26 11:23:46 +03:00
f6df5d377c
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.
3 lines
84 B
Python
3 lines
84 B
Python
from .entitycache import EntityCache, PackedChat
|
|
from .messagebox import MessageBox
|