discord_gleam/ws/packets/generic

Types

Any packet excluding the data object d: json

pub type GenericPacket {
  GenericPacket(
    t: option.Option(String),
    s: option.Option(Int),
    op: Int,
  )
}

Constructors

Values

pub fn from_json_string(encoded: String) -> GenericPacket
Search Document