Interface GetInviteWithCountsAndScheduledEventOptions

interface GetInviteWithCountsAndScheduledEventOptions {
    guildScheduledEventID: string;
    withCounts: true;
}

Hierarchy

  • Omit<GetInviteOptions, "withCounts" | "guildScheduledEventID">
    • GetInviteWithCountsAndScheduledEventOptions

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.