interface RESTPostAPIStageInstanceJSONBody

external
export interface RESTPostAPIStageInstanceJSONBody

https://discord.com/developers/docs/resources/stage-instance#create-stage-instance

external
channel_id : Snowflake

The id of the stage channel

optionalexternal
guild_scheduled_event_id? : Snowflake | undefined

The guild scheduled event associated with this stage instance

optionalexternal
privacy_level? : StageInstancePrivacyLevel | undefined

The privacy level of the stage instance GuildOnly

optionalexternal
send_start_notification? : boolean | undefined

Notify that a stage instance has started

external
topic : string

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