Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/src/types/mod.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/src/types/mod.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">