Interface GroupsGetInvitesParams

interface GroupsGetInvitesParams {
    count?: number;
    extended?: number | boolean;
    offset?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count?: number

Number of invitations to return.

extended?: number | boolean

'1' - to return additional [vk.com/dev/fields_groups|fields] for communities..

offset?: number

Offset needed to return a specific subset of invitations.

Generated using TypeDoc