我想用电报做一个自动换页程序。我可以上传新的个人资料照片与'set_profile_photo‘,但我不能删除旧照片。有没有办法用电报或电报API删除旧照片?
发布于 2016-08-31 15:03:49
要删除当前配置文件照片,可以使用以下内容:
photos.updateProfilePhoto#eef579a0 id:InputPhoto crop:InputPhotoCrop = UserProfilePhoto;将id:InputPhoto设置为inputPhotoEmpty#1cd7bf0d,将crop:InputPhotoCrop设置为inputPhotoCropAuto#ade6b004
见下文:
send_message(TL.photos_updateProfilePhoto(TL.InputPhotoEmpty{}, TL.InputPhotoCropAuto{})https://stackoverflow.com/questions/39246697
复制相似问题