Telethon/telethon/tl
Lonami Exo c4e26c95f5 Always cache files smaller than 10MB, now in the database
This removes the need for a .clear_cache() method as now files
are identified by their MD5 (which needs to be calculated
always) and their file size (to make collisions even more
unlikely) instead using the file path (which can now change).
2018-01-05 15:33:25 +01:00
..
custom Remove optional add_mark parameter from .get_peer_id 2017-12-28 13:31:43 +01:00
__init__.py Rename handmade Message class to TLMessage to avoid confusion 2017-09-28 11:59:24 +02:00
gzip_packed.py Replace .to_bytes() with the special .__bytes__ function 2017-10-17 19:54:59 +02:00
message_container.py Implement missing .to_dict() and .stringify() on message/container 2017-10-29 20:13:36 +01:00
session.py Always cache files smaller than 10MB, now in the database 2018-01-05 15:33:25 +01:00
tl_message.py Implement missing .to_dict() and .stringify() on message/container 2017-10-29 20:13:36 +01:00
tlobject.py Support more types to represent a date 2017-12-28 12:32:16 +01:00