Interface GetInviteWithNoneOptions

interface GetInviteWithNoneOptions {
    guildScheduledEventID?: undefined;
    withCounts?: false;
}

Hierarchy

Properties

guildScheduledEventID?: undefined

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

withCounts?: false

If the invite should contain approximate member counts.