Telethon/telethon/client
Lonami Exo 3a56c8b0f4 Correctly handle flood_sleep_threshold=None and large values
The docstring said large values would be converted to 1 day,
but they were not. With this change None and large values are
handled correctly.

Prevents https://github.com/tulir/mautrix-telegram/issues/380.
2019-11-18 12:51:18 +01:00
..
__init__.py Add new takeout method 2019-01-05 17:18:40 +01:00
account.py Avoid using telethon.sync in the examples 2019-08-13 23:33:39 +02:00
auth.py Fix resending code with empty phone hash (fix #1283) 2019-09-27 10:41:01 +02:00
bots.py Avoid using telethon.sync in the examples 2019-08-13 23:33:39 +02:00
buttons.py Avoid using telethon.sync in the examples 2019-08-13 23:33:39 +02:00
chats.py Ignore channel-only permissions in megagroups (#1292) 2019-10-11 18:04:41 +02:00
dialogs.py Let delete_dialog work for bot accounts without erroring 2019-09-10 21:38:46 +02:00
downloads.py Fix iter_download would not determine file_size alone 2019-10-31 19:38:49 +01:00
messageparse.py Fix return value of send_file(album) of the same media 2019-11-10 14:59:01 +01:00
messages.py Fix pin_message not accepting Message objects (#1322) 2019-11-04 09:46:17 +01:00
telegrambaseclient.py Correctly handle flood_sleep_threshold=None and large values 2019-11-18 12:51:18 +01:00
telegramclient.py Remove messy subclassing in the TelegramClient 2019-06-24 17:48:46 +02:00
updates.py Replace messages.getPeerDialogs with channels.getFullChannel (#1305) 2019-10-27 18:48:41 +01:00
uploads.py Fix return value of send_file(album) of the same media 2019-11-10 14:59:01 +01:00
users.py Sleep automatically on slow mode error too (#1279) 2019-09-24 11:37:41 +02:00