Constructs a DeleteMessageRequest instance.
Identifier of message to be deleted
Optional
reason: stringReason for deleting the message
Identifier of message to be deleted.
Optional
reasonReason for deleting the message.
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 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).