Interface GetInviteOptions

interface GetInviteOptions {
    guildScheduledEventID?: string;
    withCounts?: boolean;
    withExpiration?: boolean;
}

Properties

guildScheduledEventID?: string

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

withCounts?: boolean

If the invite should contain approximate member counts.

withExpiration?: boolean

If the invite should contain expiration data.