Address remaining uses of the Request suffix with raw API

This commit is contained in:
Lonami Exo
2021-09-13 21:00:31 +02:00
parent eb659b9a58
commit 943ad892f7
13 changed files with 32 additions and 32 deletions

View File

@@ -341,7 +341,7 @@ async def upload_file(
# what Telegram wants.
hash_md5.update(part)
# The SavePartRequest is different depending on whether
# The SavePart is different depending on whether
# the file is too large or not (over or less than 10MB)
if is_big:
request = _tl.fn.upload.SaveBigFilePart(