t

ackcord.voice

VoiceMessage

sealed trait VoiceMessage[D] extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VoiceMessage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def d: D

    The data for the message.

  2. abstract def op: VoiceOpCode

    The op code for the message.

Concrete Value Members

  1. def s: util.JsonOption[Int]

    A sequence number for the message if there is one.