Interface PhotosSaveOwnerPhotoResponse

interface PhotosSaveOwnerPhotoResponse {
    photo_hash: string;
    photo_src: string;
    photo_src_big: string;
    photo_src_small: string;
    post_id: number;
    saved: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

photo_hash: string

Photo hash

photo_src: string

Uploaded image url

photo_src_big: string

Uploaded image url

photo_src_small: string

Uploaded image url

post_id: number

Created post ID

saved: number

Returns 1 if profile photo is saved

Generated using TypeDoc