Interface GetInviteWithCountsOptions

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

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?: boolean

If the invite should contain expiration data.