GatewayReadyDispatchData

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