Interface
GatewayReadyDispatchData
READY dispatch (op 0, t = READY) — initial connection established.
Properties
guilds
: GatewayGuildSnapshot[]Guilds for this session. Bot tokens typically receive `[]` here; full snapshots arrive via GUILD_CREATE.
private_channels
?: APIChannel[]Private / DM channels (user clients; usually absent for bots).
session_id
: stringSession ID for resuming.
user
: APIUserCurrent user object.