目前,我正在C#上使用C#库;如何删除我的电报帐户化身?
发布于 2022-06-18 20:14:05
简单:
await client.Photos_UpdateProfilePhoto(null);
(a null InputPhoto意为https://corefork.telegram.org/constructor/inputPhotoEmpty)
null
https://stackoverflow.com/questions/72671702
相似问题