Current section
Files
Jump to
Current section
Files
include/glitch@eventsub@websocket_message_Session.hrl
-record(session, {
id :: binary(),
status :: glitch@eventsub@websocket_message:session_status(),
connected_at :: binary(),
keepalive_timeout_seconds :: integer(),
reconnect_url :: gleam@option:option(gleam@uri:uri())
}).