Telethon/telethon
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
..
crypto Get rid of the initial_query= parameter on .connect() 2017-09-17 16:06:43 +02:00
errors Making timeout when reporting an error shorter 2017-09-25 12:00:09 +02:00
extensions Replace TLObject.on_send with the new .to_bytes() 2017-09-26 14:36:02 +02:00
network Replace TLObject.on_send with the new .to_bytes() 2017-09-26 14:36:02 +02:00
tl Replace TLObject.on_send with the new .to_bytes() 2017-09-26 14:36:02 +02:00
__init__.py Use an Enum for the ConnectionMode and support specifying it 2017-09-04 11:24:10 +02:00
helpers.py Make lint happier 2017-09-04 17:10:04 +02:00
telegram_bare_client.py Allow sending several requests at once through new MessageContainer 2017-09-25 20:52:27 +02:00
telegram_client.py Allow sending several requests at once through new MessageContainer 2017-09-25 20:52:27 +02:00
update_state.py Process messages without pts 2017-09-22 23:14:31 +02:00
utils.py Add get_input_* methods for Media and such 2017-09-25 13:43:03 +02:00