Interface GroupsInviteUserIdsListResponse

interface GroupsInviteUserIdsListResponse {
    invites_send_count: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

invites_send_count: number

Total invited users number

Generated using TypeDoc