Remove the aggressive hack from get_participants

This commit is contained in:
Lonami Exo
2021-09-17 20:13:05 +02:00
parent be3ed894c6
commit 1036c3cb52
3 changed files with 46 additions and 76 deletions

View File

@@ -218,6 +218,13 @@ your handlers much more easily.
// TODO provide standalone alternative for this?
The aggressive parameter hack has been removed
----------------------------------------------
The "aggressive" hack in ``get_participants`` (and ``iter_participants``) is now gone.
It was not reliable, and was a cause of flood wait errors.
The TelegramClient is no longer made out of mixins
--------------------------------------------------