export interface GatewayIdentifyData
See also: https://discord.com/developers/docs/topics/gateway-events#identify
optionalexternalboolean = false compress? :
Whether this connection supports compression of packets
externalnumber intents :
The Gateway Intents you wish to receive
See also: https://discord.com/developers/docs/topics/gateway#gateway-intents
optionalexternalnumber = 50 large_threshold? :
Value between 50 and 250, total number of members where the gateway will stop sending offline members in the guild member list
optionalexternalGatewayPresenceUpdateData presence? :
Presence structure for initial presence information
See also: https://discord.com/developers/docs/topics/gateway-events#update-presence
externalGatewayIdentifyProperties properties :
Connection properties
See also: https://discord.com/developers/docs/topics/gateway-events#identify-identify-connection-properties
Used for Guild Sharding
See also: https://discord.com/developers/docs/topics/gateway#sharding
externalstring token :
Authentication token