Interface PhotosGetCommentsResponse

interface PhotosGetCommentsResponse {
    count: number;
    items: WallWallComment[];
    real_offset: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Total number

real_offset: number

Real offset of the comments

Generated using TypeDoc