case class Speaking(d: SpeakingData) extends VoiceMessage[SpeakingData] with Product with Serializable
Sent by Discord when a user is speaking, anc client when we want to set the bot as speaking. This is required before sending voice data.
- Source
- voiceData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Speaking
- Serializable
- Product
- Equals
- VoiceMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Speaking(d: SpeakingData)
Value Members
- val d: SpeakingData
The data for the message.
The data for the message.
- Definition Classes
- Speaking → VoiceMessage
- def op: VoiceOpCode
The op code for the message.
The op code for the message.
- Definition Classes
- Speaking → VoiceMessage
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def s: util.JsonOption[Int]
A sequence number for the message if there is one.
A sequence number for the message if there is one.
- Definition Classes
- VoiceMessage