Telethon/telethon
Lonami Exo 479afddf50 Move core functionality to the TelegramBareClient
Rationale: the intended behaviour of the TelegramClient will now
be to focus on abstracting the users from manually importing
requests and types to work with Telegram's API. Thus, all the
core functionality has been moved to the TelegramBareClient,
which will now be responsible of spawning new threads or
connections and even handling updates.

This way there is a clear distinction between the two clients,
TelegramClient is the one meant to be exposed to the end user,
since it provides all the mentioned abstractions, while the
TelegramBareClient is the "basic" client needed to work with
the API in a comfortable way.

There is still a need for an MtProtoSender, which still even
lower level, and knows as little as possible of what requests
are. This handles parsing the messages received from the
server so that their result can be understood.
2017-09-30 10:27:46 +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 Fix LogOutRequest consuming all retries (#270) 2017-09-29 13:58:15 +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 Move core functionality to the TelegramBareClient 2017-09-30 10:27:46 +02:00
telegram_client.py Move core functionality to the TelegramBareClient 2017-09-30 10:27:46 +02:00
update_state.py Fix UpdateState.check_error popping the wrong side 2017-09-30 10:27:16 +02:00
utils.py Rename constructor/subclass_of_id to upper case, keep only static 2017-09-29 13:11:33 +02:00