diff --git a/TLSharp.Core/TelegramClient.cs b/TLSharp.Core/TelegramClient.cs index d4efdb1..a4fa06a 100644 --- a/TLSharp.Core/TelegramClient.cs +++ b/TLSharp.Core/TelegramClient.cs @@ -320,7 +320,7 @@ namespace TLSharp.Core bytes = exportedAuth.bytes, id = exportedAuth.id }); - result = await GetFile(location, filePartSize); + result = await GetFile(location, filePartSize, offset); _session.AuthKey = authKey; _session.TimeOffset = timeOffset;