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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val channelId: StageGuildChannelId
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val discoverableDisabled: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val guildId: GuildId
- val id: SnowflakeType[StageInstance]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val privacyLevel: StageInstancePrivacyLevel
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val topic: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])