Current section

Files

Jump to
discord_gleam include discord_gleam@ws@packets@ready_ReadyData.hrl
Raw

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()
}).