Constructs a SendMessageRequest instance.
Message to be sent
Optional
attributes: Record<string, string>Key-value object for any additional data
Optional
attributesKey-value object for any additional data.
Message to be sent.
Client-generated unique identifier (UUID) that will be used by the SDK to match response or error for given request.
Generated using TypeDoc
Represents a request to send message a chat room.
Remarks
Sending this request to a chat room requires SEND_MESSAGE capability encoded in chat token. Otherwise, server will respond with error code 403 (chatErrorCodes).