case class Identify(d: IdentifyData) extends VoiceMessage[IdentifyData] with Product with Serializable
Sent by the client to inform Discord that we want to send voice data. Discord responds with Ready
- Source
- voiceData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Identify
- Serializable
- Product
- Equals
- VoiceMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Identify(d: IdentifyData)
Value Members
- val d: IdentifyData
The data for the message.
The data for the message.
- Definition Classes
- Identify → VoiceMessage
- def op: VoiceOpCode
The op code for the message.
The op code for the message.
- Definition Classes
- Identify → 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