case class HeartbeatACK(d: Int) extends VoiceMessage[Int] with Product with Serializable
Sent by Discord as acknowledgement of our heartbeat
- d
The nonce we sent
- Source
- voiceData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HeartbeatACK
- Serializable
- Product
- Equals
- VoiceMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val d: Int
The data for the message.
The data for the message.
- Definition Classes
- HeartbeatACK → VoiceMessage
- def op: VoiceOpCode
The op code for the message.
The op code for the message.
- Definition Classes
- HeartbeatACK → 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