interface StageInstanceCreateOptions {
    guildScheduledEvent?: GuildScheduledEventResolvable;
    privacyLevel?: StageInstancePrivacyLevel;
    sendStartNotification?: boolean;
    topic: string;
}

Properties

guildScheduledEvent?: GuildScheduledEventResolvable
sendStartNotification?: boolean
topic: string