Skip to main content
Module

x/discordeno/types/mod.ts>DiscordReady

Discord API library for Deno
Latest
interface DiscordReady
import { type DiscordReady } from "https://deno.land/x/discordeno@18.0.1/types/mod.ts";

Properties

v: number

Gateway version

Information about the user including email

The guilds the user is in

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

application: Partial<DiscordApplication> & Pick<DiscordApplication, "id" | "flags">

Contains id and flags