Telethon/telethon/client
2018-06-17 19:29:41 +02:00
..
__init__.py Make the TelegramClient aggregate all client methods 2018-06-10 19:05:36 +02:00
auth.py Support start() retrying on PasswordHashInvalidError 2018-06-17 14:07:45 +02:00
chats.py Fix async_generator's and missing awaits 2018-06-10 22:00:55 +02:00
dialogs.py Fix async_generator's and missing awaits 2018-06-10 22:00:55 +02:00
downloads.py Support pathlib.Path on download/upload 2018-06-16 17:01:20 +02:00
messageparse.py Separate parse message methods from uploads 2018-06-10 11:33:20 +02:00
messages.py Validate to_id when iterating over messages by ID 2018-06-17 11:57:11 +02:00
telegrambaseclient.py Implement a mechanism to notify of connection failures (#852) 2018-06-17 19:29:41 +02:00
telegramclient.py Make the TelegramClient aggregate all client methods 2018-06-10 19:05:36 +02:00
updates.py Implement a mechanism to notify of connection failures (#852) 2018-06-17 19:29:41 +02:00
uploads.py Support pathlib.Path on download/upload 2018-06-16 17:01:20 +02:00
users.py Fix-up isinstance/is_user_authorized from 06cdf1f 2018-06-15 13:01:16 +02:00