Telethon/telethon/client
Lonami Exo 8f302bcdb0 Don't disconnect() on __del__ (#1133)
Destructors are not guaranteed to run. Despite having good
intentions (saving entities even if the user forgets), it
should be the user's responsability to cleanly close the
client under any circumstances.
2019-03-21 11:40:57 +01:00
..
__init__.py Add new takeout method 2019-01-05 17:18:40 +01:00
account.py Update documentation, errors and add TODOs 2019-02-27 19:30:12 +01:00
auth.py Update to layer 95 2019-02-21 12:40:47 +01:00
bots.py Return custom.InlineResults instead of a simple list 2018-08-02 23:31:51 +02:00
buttons.py Support configuring the reply markup through buttons 2019-01-03 19:03:47 +01:00
chats.py Fix iter_participants in non-channels 2019-03-02 21:17:36 +01:00
dialogs.py Update docs for send_file/timeouts and add new known error 2019-03-18 17:34:48 +01:00
downloads.py Update to layer 93 2019-01-21 20:09:13 +01:00
messageparse.py Prevent KeyError in forward_messages 2018-12-20 20:33:25 +01:00
messages.py Workaround #1124 (Telegram ignoring offset_date) 2019-03-18 17:36:06 +01:00
telegrambaseclient.py Don't disconnect() on __del__ (#1133) 2019-03-21 11:40:57 +01:00
telegramclient.py Add new takeout method 2019-01-05 17:18:40 +01:00
updates.py Make logger fully configurable (#1087) 2019-01-11 15:52:30 +01:00
uploads.py Update docs for send_file/timeouts and add new known error 2019-03-18 17:34:48 +01:00
users.py Don't set self._state when checking if logged in 2019-03-11 09:04:08 +01:00