Telethon/telethon/tl
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 Allow sending several requests at once through new MessageContainer 2017-09-25 20:52:27 +02:00
message_container.py Replace TLObject.on_send with the new .to_bytes() 2017-09-26 14:36:02 +02:00
session.py Avoid calling InitConnectionRequest when it's not needed 2017-09-17 14:26:25 +02:00
tlobject.py Replace TLObject.on_send with the new .to_bytes() 2017-09-26 14:36:02 +02:00