Create a new RoomMessageRequest
.
Readonly
bodyA JSON-encoded string containing the message's content.
Readonly
event_A string representing the type of event to be sent.
Readonly
idThe request ID.
Readonly
room_A string representing the room to send the event to.
Readonly
txn_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.
Readonly
typeGet its request type.
A customized owned request type for sending out room messages (specification).