diff --git a/telethon/client/downloads.py b/telethon/client/downloads.py index 22a7997d..352911c8 100644 --- a/telethon/client/downloads.py +++ b/telethon/client/downloads.py @@ -212,7 +212,7 @@ class DownloadMethods(UserMethods): try: result = sender.send(functions.upload.GetFileRequest( input_location, offset, part_size - )) + )).result() if isinstance(result, types.upload.FileCdnRedirect): # TODO Implement raise NotImplementedError