Interface PhotosGetTagsParams

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

Indexable

[key: string]: any

Properties

access_key?: string
owner_id?: number

ID of the user or community that owns the photo.

photo_id: number

Photo ID.

Generated using TypeDoc