export interface GatewayReadyDispatchDatahttps://discord.com/developers/docs/topics/gateway-events#ready
externalapplication : Pick<APIApplication, 'flags' | 'id'> 
Contains id and flagsSee https://discord.com/developers/docs/resources/application#application-object
externalguilds : APIUnavailableGuild[] 
The guilds the user is inSee https://discord.com/developers/docs/resources/guild#unavailable-guild-object
externalresume_gateway_url : string 
Gateway url for resuming connections
externalsession_id : string 
Used for resuming connections
The shard information associated with this session, if sent when identifyingSee https://discord.com/developers/docs/topics/gateway#sharding
externaluser : APIUser 
Information about the user including emailSee https://discord.com/developers/docs/resources/user#user-object
externalv : number 
Gateway versionSee https://discord.com/developers/docs/reference#api-versioning