Telethon/telethon_generator
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
..
parser Fix None datetime being type hinted as invalid 2017-09-23 20:07:40 +02:00
scheme.tl Properly ignore core types when generating code 2017-09-04 16:38:03 +02:00
tl_generator.py Replace TLObject.on_send with the new .to_bytes() 2017-09-26 14:36:02 +02:00