interface GatewayReadyDispatchData

external
export interface GatewayReadyDispatchData

https://discord.com/developers/docs/topics/gateway-events#ready

external
application : Pick<APIApplication, 'flags' | 'id'>

Contains id and flagsSee https://discord.com/developers/docs/resources/application#application-object

external
guilds : APIUnavailableGuild[]

The guilds the user is inSee https://discord.com/developers/docs/resources/guild#unavailable-guild-object

external
resume_gateway_url : string

Gateway url for resuming connections

external
session_id : string

Used for resuming connections

optionalexternal
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

external
user : APIUser

Information about the user including emailSee https://discord.com/developers/docs/resources/user#user-object

external
v : number

Gateway versionSee https://discord.com/developers/docs/reference#api-versioning