mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-04 22:17:43 +00:00
added Examples\Program_DownloadSavedMedia.cs
This commit is contained in:
parent
d96902a614
commit
87a85bec4b
2 changed files with 59 additions and 1 deletions
|
|
@ -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_"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue