Interface BoardGetCommentsExtendedResponse

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

Indexable

[key: string]: any

Properties

count: number

Total number

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

Offset of comment

Generated using TypeDoc