Telethon/telethon/client
Lonami Exo 2cb6cd5dad Change the way no_updates mode is enabled
See discussion on https://github.com/LonamiWebs/Telethon/commit/49713b2.

The problem with the automatic approach is that some scripts may do
some "fancier" things with the way they register updates, so it was
prone to failure (a handler could be added but since the last request
was without updates, nothing would be received).

This new approach is a bit more annoying to opt-into but also more
explicit.
2021-08-29 12:14:03 +02: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 several minor typos (#1603) 2020-10-18 21:11:59 +02:00
bots.py Expose entity parameter in client.inline_query 2020-10-11 16:59:48 +02:00
buttons.py Add some missing words in the docs 2020-01-19 13:25:58 +01:00
chats.py Handle non-user bans when iterating banned participants 2021-08-22 13:24:02 +02:00
dialogs.py Change outdated reference to archive with edit_folder (#3052) 2021-05-09 15:33:28 +02:00
downloads.py Update to layer 129 and other additions/enhancements (#3074) 2021-06-15 22:57:32 +02:00
messageparse.py Improve exception clarity for message parsing failure (#3029) 2021-04-17 19:10:33 +02:00
messages.py Add support for scheduled messages in iter_messages (#3127) 2021-08-29 11:53:06 +02:00
telegrambaseclient.py Change the way no_updates mode is enabled 2021-08-29 12:14:03 +02:00
telegramclient.py Remove messy subclassing in the TelegramClient 2019-06-24 17:48:46 +02:00
updates.py Change the way no_updates mode is enabled 2021-08-29 12:14:03 +02:00
uploads.py Expose more raw API params in friendly methods (#3104) 2021-08-05 10:54:07 +02:00
users.py Change the way no_updates mode is enabled 2021-08-29 12:14:03 +02:00