export interface GatewayReadyDispatchData
https://discord.com/developers/docs/topics/gateway-events#ready
externalPick<APIApplication, 'flags' | 'id'> application :
Contains id
and flags
See https://discord.com/developers/docs/resources/application#application-object
externalAPIUnavailableGuild[] guilds :
The guilds the user is inSee https://discord.com/developers/docs/resources/guild#unavailable-guild-object
externalstring resume_gateway_url :
Gateway url for resuming connections
externalstring session_id :
Used for resuming connections
The shard information associated with this session, if sent when identifyingSee https://discord.com/developers/docs/topics/gateway#sharding
externalAPIUser user :
Information about the user including emailSee https://discord.com/developers/docs/resources/user#user-object
externalnumber v :
Gateway versionSee https://discord.com/developers/docs/reference#api-versioning