interface ClientFetchInviteOptions {
    guildScheduledEventId?: string;
}

Properties

guildScheduledEventId?: string