Packages

A purely Gleam Discord library built from the ground up with stratus.

Current section

Files

Jump to
glyph include glyph@models@discord_ReadyEvent.hrl
Raw

include/glyph@models@discord_ReadyEvent.hrl

-record(ready_event, {
v :: integer(),
user :: glyph@models@discord:user(),
guilds :: gleam@dynamic:dynamic_(),
session_id :: binary(),
resume_gateway_url :: binary(),
shard :: gleam@option:option(list(integer())),
application :: glyph@models@discord:ready_application()
}).