Currently, I am using WTelegramClient library on C#; how can I delete my telegram account avatar?
Easy:
await client.Photos_UpdateProfilePhoto(null);
(a null InputPhoto means inputPhotoEmpty)
null