Skip to main content
Module

x/natico/deps.ts>Identify

A powerful and customizable framework for Discordeno
Latest
interface Identify
import { type Identify } from "https://deno.land/x/natico@4.0.0-pre.4/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