Interface GetInviteWithCountsAndExpirationOptions

interface GetInviteWithCountsAndExpirationOptions {
    guildScheduledEventID?: string;
    withCounts: true;
    withExpiration: true;
}

Hierarchy

Properties

guildScheduledEventID?: string

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

withCounts: true

If the invite should contain approximate member counts.

withExpiration: true

If the invite should contain expiration data.