case class StageInstance(id: SnowflakeType[StageInstance], guildId: GuildId, channelId: StageGuildChannelId, topic: String, privacyLevel: StageInstancePrivacyLevel, discoverableDisabled: Boolean) extends Product with Serializable
Holds info about a live stage.
- id
Id of the stage.
- guildId
Id of the belonging guild.
- channelId
Id of the stage channel tied to this stage.
- topic
Topic of the stage instance.
- privacyLevel
Who the stage instance is visible to.
- discoverableDisabled
If stage discovery is disabled or not.
- Source
- stageInstance.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StageInstance
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StageInstance(id: SnowflakeType[StageInstance], guildId: GuildId, channelId: StageGuildChannelId, topic: String, privacyLevel: StageInstancePrivacyLevel, discoverableDisabled: Boolean)
- id
Id of the stage.
- guildId
Id of the belonging guild.
- channelId
Id of the stage channel tied to this stage.
- topic
Topic of the stage instance.
- privacyLevel
Who the stage instance is visible to.
- discoverableDisabled
If stage discovery is disabled or not.
Value Members
- val channelId: StageGuildChannelId
- val discoverableDisabled: Boolean
- val guildId: GuildId
- val id: SnowflakeType[StageInstance]
- val privacyLevel: StageInstancePrivacyLevel
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val topic: String