Interface GroupsGetBannedResponse

interface GroupsGetBannedResponse {
    count: number;
    items: GroupsOwnerXtrBanInfo[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total users number

Generated using TypeDoc