Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@channel_BroadcastMessage.hrl
Raw

include/lightspeed@channel_BroadcastMessage.hrl

-record(broadcast_message, {
topic :: binary(),
payload :: binary(),
recipients :: list(binary())
}).