Raw.photos.DeletePhotos
Deletes profile photos. the method returns a list of successfully deleted photo ids.
photos.deletePhotos#87cf7f2f id:Vector<InputPhoto> = Vector<long>;
export namespace Raw {
export namespace photos {
export class DeletePhotos {
constructor(params: { id: Array<Raw.TypeInputPhoto> }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x87cf7f2f
Property
id
: Array of Raw.TypeInputPhotoInput photos to delete