hananf1994

Results 1 issues of hananf1994

hi guys i want upload new photo for profile this my code ``` TLInputFile uploadedFile = new TLInputFile(); Task.Run(async()=> uploadedFile = (TLInputFile)await client.UploadFile("tass", new StreamReader("E:\\tass.png"))).Wait(); var changeRequest = new TeleSharp.TL.Photos.TLRequestUploadProfilePhoto()...