Packages

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

Current section

Files

Jump to
glyph include glyph@network@gateway_ActorState.hrl
Raw

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