Telethon/telethon/tl
Lonami Exo fb0898b9cb Don't distinguish between str and bytes when serializing
This makes it easier to use some requests like ReqPqRequest which
needs a string of bytes, not a valid utf-8 string per se.
2017-09-28 09:55:29 +02:00
..
__init__.py Create a proper Message class (msg_id, seqno, body; only .to_bytes()) 2017-09-27 21:01:20 +02:00
gzip_packed.py Avoid using BinaryWriter where possible 2017-09-27 21:23:59 +02:00
message_container.py Remove BinaryWriter dependency on MessageContainer 2017-09-27 21:06:01 +02:00
message.py Create a proper Message class (msg_id, seqno, body; only .to_bytes()) 2017-09-27 21:01:20 +02:00
session.py Avoid calling InitConnectionRequest when it's not needed 2017-09-17 14:26:25 +02:00
tlobject.py Don't distinguish between str and bytes when serializing 2017-09-28 09:55:29 +02:00