case class SelectProtocol(d: SelectProtocolData) extends VoiceMessage[SelectProtocolData] with Product with Serializable
Sent by the client when everything else is done. Discord responds with SessionDescription
- Source
- voiceData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SelectProtocol
- Serializable
- Product
- Equals
- VoiceMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SelectProtocol(d: SelectProtocolData)
Value Members
- val d: SelectProtocolData
The data for the message.
The data for the message.
- Definition Classes
- SelectProtocol → VoiceMessage
- def op: VoiceOpCode
The op code for the message.
The op code for the message.
- Definition Classes
- SelectProtocol → 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