interface RawPacket {
    d: null | object;
    op: GatewayOPCodes;
    s: null | string;
    t: null | string;
}

Properties

d op s t

Properties

d: null | object
s: null | string
t: null | string