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.

Constructors

Link copied to clipboard
constructor(id: Snowflake, guildId: Snowflake, channelId: Snowflake, topic: String, privacyLevel: StageInstancePrivacyLevel, discoverableDisabled: Boolean, guildScheduledEventId: Snowflake?)

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 id of this Stage instance.

Link copied to clipboard
Link copied to clipboard

The topic of the Stage instance.