case class VoiceServerUpdate(nowD: VoiceServerUpdateData, gatewayInfo: GatewayInfo) extends EagerGatewayMessage[VoiceServerUpdateData] with ServerGatewayMessage[VoiceServerUpdateData] with Product with Serializable
- Source
- gatewayData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VoiceServerUpdate
- Serializable
- Product
- Equals
- ServerGatewayMessage
- EagerGatewayMessage
- GatewayMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VoiceServerUpdate(nowD: VoiceServerUpdateData, gatewayInfo: GatewayInfo)
Value Members
- def d: Now[Result[VoiceServerUpdateData]]
The data for the message.
The data for the message.
- Definition Classes
- EagerGatewayMessage → GatewayMessage
- val gatewayInfo: GatewayInfo
Misc info gathered from the gateway this message came from.
Misc info gathered from the gateway this message came from.
- Definition Classes
- VoiceServerUpdate → ServerGatewayMessage
- val nowD: VoiceServerUpdateData
- Definition Classes
- VoiceServerUpdate → EagerGatewayMessage
- def op: GatewayOpCode
The op code for the message.
The op code for the message.
- Definition Classes
- VoiceServerUpdate → 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[VoiceServerUpdateData]]
- Definition Classes
- GatewayMessage