Telethon/telethon/extensions
Lonami Exo e469258ab9 Create a new MTProtoSender structure and its foundation
This means that the TcpClient and the Connection (currently only
ConnectionTcpFull) will no longer be concerned about handling
errors, but the MTProtoSender will.

The foundation of the library will now be based on asyncio.
2018-06-06 20:41:01 +02:00
..
__init__.py Completely remove BinaryWriter from the project 2017-09-28 11:49:45 +02:00
binary_reader.py Reuse .on_response/.__str__/.stringify, override iff necessary 2018-01-19 12:12:52 +01:00
html.py Fix parsers misbehaving with None text 2018-06-03 13:48:43 +02:00
markdown.py Fix parsers misbehaving with None text 2018-06-03 13:48:43 +02:00
tcp_client.py Create a new MTProtoSender structure and its foundation 2018-06-06 20:41:01 +02:00