Interface IUpdateMessageRequest
Represents a request to update a message.
public interface IUpdateMessageRequest
Properties
MessageUuid
UUID of the message to be updated
string MessageUuid { get; }
Property Value
Status
The status to set for the message.
string Status { get; }