c

ackcord.voice

HeartbeatACK

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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HeartbeatACK
  2. Serializable
  3. Product
  4. Equals
  5. VoiceMessage
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HeartbeatACK(d: Int)

    d

    The nonce we sent

Value Members

  1. val d: Int

    The data for the message.

    The data for the message.

    Definition Classes
    HeartbeatACKVoiceMessage
  2. def op: VoiceOpCode

    The op code for the message.

    The op code for the message.

    Definition Classes
    HeartbeatACKVoiceMessage
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. 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