Version: 0.33.1Properties 
d
:  { compress?: boolean; guild_subscriptions?: boolean; intents?: number; large_threshold?: number; presence?: GatewayPresenceUpdate; properties: GatewayIdentifyProperties; shard?: [shard_id: number, shard_count: number]; token: string }Type declaration
- optionalcompress?: boolean
- optionalguild_subscriptions?: boolean
- optionalintents?: number
- optionallarge_threshold?: number
- optionalshard?: [shard_id: number, shard_count: number]
- token: string
  
https://discord.com/developers/docs/topics/gateway#identify
Gateway v6 is deprecated and the types will not receive further updates, please update to v8.