Remove broken CdnDecrypter

This commit is contained in:
Lonami Exo
2021-09-17 20:55:27 +02:00
parent b3c23e343a
commit 3bc46e8072
5 changed files with 11 additions and 142 deletions

View File

@@ -249,3 +249,9 @@ The TelegramClient is no longer made out of mixins
If you were relying on any of the individual mixins that made up the client, such as
``UserMethods`` inside the ``telethon.client`` subpackage, those are now gone.
There is a single ``TelegramClient`` class now, containing everything you need.
CdnDecrypter has been removed
-----------------------------
It was not really working and was more intended to be an implementation detail than anything else.