Readonly
bodyA JSON-encoded string containing the message's content.
Readonly
eventA string representing the type of event to be sent.
Readonly
idThe request ID.
Readonly
roomA string representing the room to send the event to.
Readonly
txnA string representing the transaction ID for this event.
Clients should generate an ID unique across requests with the same access token; it will be used by the server to ensure idempotency of requests.
Get its request type.
A customized owned request type for sending out room messages (specification).