Interface InteractionCreatePacket

interface InteractionCreatePacket {
    d: RawInteraction;
    op: DISPATCH;
    s: number;
    t: "INTERACTION_CREATE";
}

Hierarchy (view full)

Properties

d op s t

Properties

s: number
t: "INTERACTION_CREATE"