Current section
Files
Jump to
Current section
Files
include/glyph@network@gateway_ActorState.hrl
-record(actor_state, {
seq :: gleam@option:option(integer()),
heartbeat_in_ms :: integer(),
self :: gleam@erlang@process:subject(glyph@network@gateway:msg()),
resume_gateway_url :: binary(),
bot_id :: binary(),
handlers :: glyph@models@discord:event_handler(),
received_hello :: boolean()
}).