Interface PhotosDeleteParams

interface PhotosDeleteParams {
    owner_id?: number;
    photo_id?: number;
    photos?: string | string[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

owner_id?: number

ID of the user or community that owns the photo.

photo_id?: number

Photo ID.

photos?: string | string[]

Generated using TypeDoc