Skip to main content
Latest
interface Identify
import { type Identify } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

token: string

Authentication token

Connection properties

optional
compress: boolean

Whether this connection supports compression of packets

optional
largeThreshold: number

Value between 50 and 250, total number of members where the gateway will stop sending offline members in the guild member list

optional
shard: [number, number]

Used for Guild Sharding

optional
presence: StatusUpdate

Presence structure for initial presence information

intents: number

The Gateway Intents you wish to receive