include/lightspeed@transport@matrix_ConnectRequest.hrl

-record(connect_request, {
    route :: binary(),
    csrf_token :: binary(),
    origin :: binary(),
    now_ms :: integer(),
    prefer_fallback :: boolean()
}).