added Examples\Program_DownloadSavedMedia.cs

This commit is contained in:
Wizou 2021-10-06 08:21:42 +02:00
parent d96902a614
commit 87a85bec4b
2 changed files with 59 additions and 1 deletions

View file

@ -1150,7 +1150,6 @@ namespace WTelegram
Upload_FileBase fileBase;
try
{
Console.WriteLine($"LoadPart {offset}");
fileBase = await client.Upload_GetFile(fileLocation, offset, FilePartSize);
}
catch (RpcException ex) when (ex.Code == 303 && ex.Message.StartsWith("FILE_MIGRATE_"))