Interface PhotosGetByIdParams

interface PhotosGetByIdParams {
    extended?: number | boolean;
    photo_sizes?: number | boolean;
    photos?: string | string[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

extended?: number | boolean

'1' - to return additional fields, '0' - (default)

photo_sizes?: number | boolean

'1' - to return photo sizes in a

photos?: string | string[]

Generated using TypeDoc