Interface PhotosGetCommentsExtendedResponse

interface PhotosGetCommentsExtendedResponse {
    count: number;
    groups: GroupsGroupFull[];
    items: WallWallComment[];
    profiles: UsersUserFull[];
    real_offset: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Total number

groups: GroupsGroupFull[]
profiles: UsersUserFull[]
real_offset: number

Real offset of the comments

Generated using TypeDoc