Class GatewayPacket
public class GatewayPacket
- Inheritance
-
objectGatewayPacket
Properties
Data
[JsonProperty("d")]
public JToken? Data { get; set; }
Property Value
- JToken
Dispatch
[JsonProperty("t")]
public string? Dispatch { get; set; }
Property Value
OpCode
[JsonProperty("op")]
public FluxerOpCode OpCode { get; set; }
Property Value
Sequence
[JsonProperty("s")]
public int? Sequence { get; set; }
Property Value
- int?