Interface WallPostedPhoto

interface WallPostedPhoto {
    id: number;
    owner_id: number;
    photo_130: string;
    photo_604: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

id: number

Photo ID

owner_id: number

Photo owner's ID

photo_130: string

URL of the preview image with 130 px in width

photo_604: string

URL of the preview image with 604 px in width

Generated using TypeDoc