Interface PhotosMakeCoverParams

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

Indexable

[key: string]: any

Properties

album_id?: number

Album ID.

owner_id?: number

ID of the user or community that owns the photo.

photo_id: number

Photo ID.

Generated using TypeDoc