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