mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-26 03:13:45 +03:00
f8264abb5a
Entity cache uses are removed. It was a source of ever-growing memory usage that has to be reworked. This affects everything that tried to obtain an input entity, input sender or input chat (such as the SenderGetter or calls to _get_entity_pair). Input entities need to be reworked in any case. Its removal also affects the automatic cache of any raw API request. Raise last error parameter is removed, and its behaviour made default. The connection type parameter has been removed, since users really have no need to change it. A few more attributes have been made private, since users should not mess with those. |
||
---|---|---|
.. | ||
__init__.py | ||
album.py | ||
base.py | ||
callbackquery.py | ||
chataction.py | ||
common.py | ||
inlinequery.py | ||
messagedeleted.py | ||
messageedited.py | ||
messageread.py | ||
newmessage.py | ||
raw.py | ||
userupdate.py |