Telethon/telethon
2017-09-28 11:43:06 +02:00
..
crypto Use autogen code on the authenticator instead hardcoding requests 2017-09-28 11:36:51 +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 Stop using BinaryWriter on MtProtoPlainSender 2017-09-28 11:43:06 +02:00
tl Don't distinguish between str and bytes when serializing 2017-09-28 09:55:29 +02:00
__init__.py Use an Enum for the ConnectionMode and support specifying it 2017-09-04 11:24:10 +02:00
helpers.py Use autogen code on the authenticator instead hardcoding requests 2017-09-28 11:36:51 +02:00
telegram_bare_client.py Update to v0.14 2017-09-27 13:51:59 +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 Use .appendleft(x) for deque instead .insert(0, x) (fix #268) 2017-09-28 09:30:47 +02:00
utils.py Add get_input_* methods for Media and such 2017-09-25 13:43:03 +02:00