discord_gleam/ws/gateway_state

Types

pub type GatewayState {
  GatewayState(
    sequence: Int,
    session_id: String,
    resume_gateway_url: String,
  )
}

Constructors

  • GatewayState(
      sequence: Int,
      session_id: String,
      resume_gateway_url: String,
    )

Values

pub fn new() -> GatewayState
Search Document