Skip to main content
Module

x/discord_api_types/v10.ts>GatewayReadyDispatchData

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface GatewayReadyDispatchData
import { type GatewayReadyDispatchData } from "https://deno.land/x/discord_api_types@0.37.11/v10.ts";

Properties

user: APIUser

Information about the user including email

See https://discord.com/developers/docs/resources/user#user-object

session_id: string

Used for resuming connections

resume_gateway_url: string

Gateway url for resuming connections

optional
shard: [number, number]

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

See https://discord.com/developers/docs/topics/gateway#sharding

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