Represents a request for deleting a chat message from the chat room.

Remarks

Sending this request to a chat room requires DELETE_MESSAGE capability encoded in chat token. Otherwise server will respond with error code 403 (chatErrorCodes).

Hierarchy

  • DeleteMessageRequest

Constructors

Properties

Constructors

Properties

id: string

Identifier of message to be deleted.

reason?: string

Reason for deleting the message.

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