Telethon/telethon/extensions
Lonami Exo b83cd98ba0 Replace TLObject.on_send with the new .to_bytes()
This also replaces some int.to_bytes() calls with a faster
struct.pack (up to x4 faster). This approach is also around
x3 faster than creating a BinaryWriter just to serialize a
TLObject as bytes.
2017-09-26 14:36:02 +02:00
..
__init__.py Add support for tcp_obfuscated on the Connection class (#112) 2017-08-28 21:44:02 +02:00
binary_reader.py Make BufferError message more useful 2017-09-18 11:45:08 +02:00
binary_writer.py Replace TLObject.on_send with the new .to_bytes() 2017-09-26 14:36:02 +02:00
tcp_client.py Fix creating new connections accessing invalid attributes 2017-09-22 16:11:07 +02:00