interface _DataPayload<Event extends GatewayDispatchEvents, D = unknown> {
    d: D;
    op: Dispatch;
    s: number;
    t: Event;
}

Type Parameters

Hierarchy (View Summary)

Properties

d op s t

Properties

d: D
s: number

Sequence number, used for resuming sessions and heartbeats

The event name for this payload