t

ackcord.gateway

ServerGatewayMessage

sealed trait ServerGatewayMessage[+D] extends GatewayMessage[D]

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

Abstract Value Members

  1. abstract def d: Eval[Either[DecodingFailure, D]]

    The data for the message.

    The data for the message.

    Definition Classes
    GatewayMessage
  2. abstract def gatewayInfo: GatewayInfo

    Misc info gathered from the gateway this message came from.

  3. abstract def op: GatewayOpCode

    The op code for the message.

    The op code for the message.

    Definition Classes
    GatewayMessage

Concrete Value Members

  1. 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
  2. def t: util.JsonOption[GatewayEvent[D]]
    Definition Classes
    GatewayMessage