interface APIStageInstance {
    channel_id: string;
    discoverable_disabled: boolean;
    guild_id: string;
    guild_scheduled_event_id?: string;
    id: string;
    privacy_level: StageInstancePrivacyLevel;
    topic: string;
}

Properties

channel_id: string

The id of the associated stage channel

discoverable_disabled: boolean

Whether or not stage discovery is disabled

guild_id: string

The guild id of the associated stage channel

guild_scheduled_event_id?: string

The id of the scheduled event for this stage instance

id: string

The id of the stage instance

The privacy level of the stage instance

topic: string

The topic of the stage instance (1-120 characters)