Telethon/telethon/_client
Lonami Exo f5f0c84553 Completely overhaul connections and transports
Reduce abstraction leaks. Now the transport can hold any state,
rather than just the tag. It's also responsible to initialize on
the first connection, and they can be cleanly reset.

asyncio connections are no longer used, in favour of raw sockets,
which should avoid some annoyances.

For the time being, more obscure transport modes have been removed,
as well as proxy support, until further cleaning is done.
2022-01-15 13:33:50 +01:00
..
__init__.py Fix some import errors 2021-09-11 13:43:20 +02:00
account.py Fix circular import regarding ignore_takeout 2022-01-15 13:18:53 +01:00
auth.py Unify setting session state 2022-01-15 11:22:33 +01:00
bots.py Fix some modules were public when they should not have been 2021-09-26 19:58:42 +02:00
chats.py Add enum for typing action 2022-01-09 12:18:15 +01:00
dialogs.py Fix some modules were public when they should not have been 2021-09-26 19:58:42 +02:00
downloads.py Change the way thumb size selection works 2022-01-09 12:18:15 +01:00
messageparse.py Remove parse_mode from the client 2022-01-09 12:18:15 +01:00
messages.py Rename send_read_acknowledge 2022-01-09 12:18:15 +01:00
telegrambaseclient.py Completely overhaul connections and transports 2022-01-15 13:33:50 +01:00
telegramclient.py Completely overhaul connections and transports 2022-01-15 13:33:50 +01:00
updates.py Cleanup events code 2021-12-11 21:46:23 +01:00
uploads.py Continue work on Message sending overhaul 2021-10-12 17:59:30 +02:00
users.py Update takeout to use less hacks 2022-01-09 14:41:10 +01:00