Interface PhotosRestoreParams

interface PhotosRestoreParams {
    owner_id?: number;
    photo_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

owner_id?: number

ID of the user or community that owns the photo.

photo_id: number

Photo ID.

Generated using TypeDoc