Interface GroupsGetMembersResponse

interface GroupsGetMembersResponse {
    count: number;
    items: number[];
    next_from: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total members number

items: number[]

User ID

next_from: string

Encoded string for a next page

Generated using TypeDoc