Skip to main content
Module

x/discord_api_types/v8.ts>GatewayReadyDispatchData

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface GatewayReadyDispatchData
Deprecated
Deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

import { type GatewayReadyDispatchData } from "https://deno.land/x/discord_api_types@0.37.21/v8.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

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">