DiscordNormalGatewayCode

public enum DiscordNormalGatewayCode : Int

Represents a regular gateway code

  • Dispatch.

    Declaration

    Swift

    case dispatch
  • Heartbeat.

    Declaration

    Swift

    case heartbeat
  • Identify.

    Declaration

    Swift

    case identify
  • Status Update.

    Declaration

    Swift

    case statusUpdate
  • Voice Server Ping.

    Declaration

    Swift

    case voiceServerPing
  • Resume.

    Declaration

    Swift

    case resume
  • Reconnect.

    Declaration

    Swift

    case reconnect
  • Invalid Session.

    Declaration

    Swift

    case invalidSession
  • Hello.

    Declaration

    Swift

    case hello
  • HeartbeatAck

    Declaration

    Swift

    case heartbeatAck