Interface PhotosCopyParams

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

Indexable

[key: string]: any

Properties

access_key?: string

for private photos

owner_id: number

photo's owner ID

photo_id: number

photo ID

Generated using TypeDoc