Struct RcsUpdateMessageRequest
Update message request for RCS.
public struct RcsUpdateMessageRequest : IUpdateMessageRequest
- Implements
- Inherited Members
Properties
MessageUuid
UUID of the message to be updated
[JsonIgnore]
public readonly string MessageUuid { get; }
Property Value
Status
The status to set for the message.
public readonly string Status { get; }
Property Value
Methods
Build(string)
Build an update message request for RCS.
public static RcsUpdateMessageRequest Build(string messageUuid)
Parameters
messageUuidstringUUID of the message to be updated
Returns
- RcsUpdateMessageRequest
The request.