Skip to main content
Module

x/denocordts/deps.ts>GatewayReadyDispatchData

An Object Oriented Discord API wrapper for Deno.
Latest
interface GatewayReadyDispatchData
import { type GatewayReadyDispatchData } from "https://deno.land/x/denocordts@1.2.0/deps.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">