export interface GatewayReadyDispatchData
https://discord.com/developers/docs/topics/gateway-events#ready
Pick<APIApplication, 'flags' | 'id'> application :
Contains id
and flags
See https://discord.com/developers/docs/resources/application#application-object
APIUnavailableGuild[] guilds :
The guilds the user is inSee https://discord.com/developers/docs/resources/guild#unavailable-guild-object
string resume_gateway_url :
Gateway url for resuming connections
string 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
APIUser user :
Information about the user including emailSee https://discord.com/developers/docs/resources/user#user-object
number v :
Gateway versionSee https://discord.com/developers/docs/reference#api-versioning