Discord.https - v3.0.16
    Preparing search index...

    Interface RESTPostAPIStageInstanceJSONBody

    interface RESTPostAPIStageInstanceJSONBody {
        channel_id: string;
        guild_scheduled_event_id?: string;
        privacy_level?: StageInstancePrivacyLevel;
        send_start_notification?: boolean;
        topic: string;
    }
    Index

    Properties

    channel_id: string

    The id of the stage channel

    guild_scheduled_event_id?: string

    The guild scheduled event associated with this stage instance

    The privacy level of the stage instance

    StageInstancePrivacyLevel.GuildOnly

    send_start_notification?: boolean

    Notify @everyone that a stage instance has started

    topic: string

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