Telethon/telethon
Lonami Exo 8ecd2c2e06 Call .sync_updates on .connect iff exported_auth is None
Calling this method on exported clients would trigger a
UserMigrateError because it was being used on a non-native
data center. For .connects like this, don't attempt syncing
updates.
2017-09-30 16:11:16 +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 Completely remove BinaryWriter from the project 2017-09-28 11:49:45 +02:00
network Make creating a new sender cleaner 2017-09-30 12:08:06 +02:00
tl Fix session failing to load if no auth_key present 2017-09-29 19:54:40 +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 Call .sync_updates on .connect iff exported_auth is None 2017-09-30 16:11:16 +02:00
telegram_client.py Allow disabling spawning a second thread 2017-09-30 11:28:15 +02:00
update_state.py Use a timeout when worker threads are polling 2017-09-30 11:21:07 +02:00
utils.py Rename constructor/subclass_of_id to upper case, keep only static 2017-09-29 13:11:33 +02:00