case class VoiceStateUpdate(nowD: VoiceStateUpdateData) extends EagerGatewayMessage[VoiceStateUpdateData] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- VoiceStateUpdate
- Serializable
- Product
- Equals
- EagerGatewayMessage
- GatewayMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VoiceStateUpdate(nowD: VoiceStateUpdateData)
Value Members
- def d: Now[Result[VoiceStateUpdateData]]
The data for the message.
The data for the message.
- Definition Classes
- EagerGatewayMessage → GatewayMessage
- val nowD: VoiceStateUpdateData
- Definition Classes
- VoiceStateUpdate → EagerGatewayMessage
- def op: GatewayOpCode
The op code for the message.
The op code for the message.
- Definition Classes
- VoiceStateUpdate → GatewayMessage
- 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
- GatewayMessage
- def t: util.JsonOption[GatewayEvent[VoiceStateUpdateData]]
- Definition Classes
- GatewayMessage