DiscordStageInstance
data class DiscordStageInstance(val id: Snowflake, val guildId: Snowflake, val channelId: Snowflake, val topic: String, val privacyLevel: StageInstancePrivacyLevel, val discoverableDisabled: Boolean, val guildScheduledEventId: Snowflake?)(source)
A Stage Instance holds information about a live stage.
Properties
Link copied to clipboard
The id of the associated Stage channel.
Link copied to clipboard
Whether or not Stage Discovery is disabled.
Link copied to clipboard
The guild id of the associated Stage channel.
Link copied to clipboard
The id of the scheduled event for this Stage instance.
Link copied to clipboard
The privacy level of the Stage instance.