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

    Interface GatewayReadyDispatchData

    interface GatewayReadyDispatchData {
        application: Pick<APIApplication, "flags" | "id">;
        guilds: APIUnavailableGuild[];
        resume_gateway_url: string;
        session_id: string;
        shard?: [shard_id: number, shard_count: number];
        user: APIUser;
        v: number;
    }
    Index

    Properties

    application: Pick<APIApplication, "flags" | "id">

    Contains id and flags

    The guilds the user is in

    resume_gateway_url: string

    Gateway url for resuming connections

    session_id: string

    Used for resuming connections

    shard?: [shard_id: number, shard_count: number]

    The shard information associated with this session, if sent when identifying

    user: APIUser

    Information about the user including email

    v: number

    Gateway version