Interface GetInviteWithExpirationOptions

interface GetInviteWithExpirationOptions {
    guildScheduledEventID?: string;
    withCounts?: boolean;
    withExpiration: true;
}

Hierarchy

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: true

If the invite should contain expiration data.