Interface
GatewayIdentifyData
Identify payload (opcode 2) — initial handshake.
Properties
compress
?: booleanWhether to use zlib compression.
intents
: numberGateway intents bitfield.
large_threshold
?: numberThreshold for large guild offline member fetching.
presence
?: GatewayPresenceUpdateDataInitial presence.
properties
: { os: string; browser: string; device: string; }Client properties.
token
: stringBot or user token.