Interface GetInviteWithCountsOptions

interface GetInviteWithCountsOptions {
    guildScheduledEventID?: undefined;
    withCounts: true;
}

Hierarchy

Properties

guildScheduledEventID?: undefined

The id of the guild scheduled event to include with the invite.

withCounts: true

If the invite should contain approximate member counts.