Current section
Files
Jump to
Current section
Files
include/discord_gleam@ws@packets@ready_ReadyData.hrl
-record(ready_data, {
v :: integer(),
user :: discord_gleam@types@user:user(),
guilds :: list(discord_gleam@types@guild:guild()),
session_id :: binary(),
resume_gateway_url :: binary()
}).