Interface NewsfeedGetCommentsResponse

interface NewsfeedGetCommentsResponse {
    groups: GroupsGroupFull[];
    items: any[];
    next_from: string;
    profiles: UsersUserFull[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

groups: GroupsGroupFull[]
items: any[]
next_from: string

Next from value

profiles: UsersUserFull[]

Generated using TypeDoc