Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@channel_Join.hrl
Raw

include/lightspeed@channel_Join.hrl

-record(join, {
client_id :: binary(),
topic :: binary(),
user_id :: binary(),
now_ms :: integer()
}).