o

ackcord.voice

IgnoreClientDisconnect

case object IgnoreClientDisconnect extends VoiceMessage[NotUsed] with Product with Serializable

Message for OpCode 13, should be ignored

Source
voiceData.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IgnoreClientDisconnect
  2. Serializable
  3. Product
  4. Equals
  5. VoiceMessage
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def d: NotUsed

    The data for the message.

    The data for the message.

    Definition Classes
    IgnoreClientDisconnectVoiceMessage
  2. def op: VoiceOpCode

    The op code for the message.

    The op code for the message.

    Definition Classes
    IgnoreClientDisconnectVoiceMessage
  3. def productElementName(n: Int): String
    Definition Classes
    Product
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. 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