include/lightspeed@channel_Broadcast.hrl

-record(broadcast, {
    client_id :: binary(),
    topic :: binary(),
    payload :: binary()
}).