Telethon/telethon
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
..
client Change the way no_updates mode is enabled 2021-08-29 12:14:03 +02:00
crypto Revert "Use tgcrypto if available (#1715)" 2021-03-20 17:20:33 +01:00
errors Change error mapping to be case insensitive 2021-01-29 20:19:07 +01:00
events Wrap requests in InvokeWithoutUpdatesRequest if no event handlers 2021-08-22 13:38:54 +02:00
extensions Fix several minor typos (#1603) 2020-10-18 21:11:59 +02:00
network Fix setting logout result was not checking for future cancellation 2021-02-27 15:14:44 +01:00
sessions Include "chat" attribute in processing entities (#3133) 2021-08-29 11:50:48 +02:00
tl Add Button.buy and Button.game (#3141) 2021-08-29 11:49:52 +02:00
__init__.py Fix patched module was never automatically imported 2021-02-14 00:26:04 +01:00
entitycache.py Add EntityCache.clear 2021-06-19 18:32:23 +02:00
helpers.py Abstract away treating a file as a stream 2020-09-14 16:20:44 +02:00
hints.py Fix Python 3.5.2 type hinting (#1177) 2019-06-28 21:26:08 +02:00
password.py Remove unused imports and variables 2020-07-04 13:29:43 +02:00
requestiter.py Avoid explicitly passing the loop to asyncio 2020-07-25 18:39:35 +02:00
statecache.py Lower log severity when receiving empty messages 2020-10-01 13:22:38 +02:00
sync.py Avoid unnecessary await in Conversation 2019-08-13 18:11:02 +02:00
utils.py Update to layer 129 and other additions/enhancements (#3074) 2021-06-15 22:57:32 +02:00
version.py Update to version 1.23 2021-07-09 20:18:22 +02:00