Create a new RoomMessageRequest
.
A JSON-encoded string containing the message's content.
A string representing the type of event to be sent.
The request ID.
A string representing the room to send the event to.
A 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.
Generated using TypeDoc
A customized owned request type for sending out room messages ([specification]).