Interface GatewayIdentifyData

Hierarchy

  • GatewayIdentifyData

Properties

compress?: boolean

Whether this connection supports compression of packets

Default

false
intents: number

The Gateway Intents you wish to receive

See https://discord.com/developers/docs/topics/gateway#gateway-intents

large_threshold?: number

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

Default

50

Presence structure for initial presence information

See https://discord.com/developers/docs/topics/gateway-events#update-presence

shard?: [shard_id: number, shard_count: number]
token: string

Authentication token

Generated using TypeDoc