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).

Hierarchy

  • SendMessageRequest

Constructors

Properties

Constructors

Properties

attributes?: Record<string, string>

Key-value object for any additional data.

content: string

Message to be sent.

requestId: string

Client-generated unique identifier (UUID) that will be used by the SDK to match response or error for given request.

Generated using TypeDoc