Discord.https - v3.0.16
    Preparing search index...

    Interface _DataPayload<Event, D>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    d op s t

    Properties

    d: D
    s: number

    Sequence number, used for resuming sessions and heartbeats

    The event name for this payload