interface WelcomePacket {
    d: APIBotUser;
    op: GatewayOPCodes;
    s: null | string;
    t: null | string;
}

Properties

d op s t

Properties

s: null | string
t: null | string