Interface GetInviteWithNoneOptions

interface GetInviteWithNoneOptions {
    guildScheduledEventID?: string;
    withCounts?: false;
    withExpiration?: false;
}

Hierarchy

Properties

guildScheduledEventID?: string

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

withCounts?: false

If the invite should contain approximate member counts.

withExpiration?: false

If the invite should contain expiration data.