Table of Contents

Struct WhatsAppUpdateMessageRequest

Namespace
Vonage.Messages.WhatsApp
Assembly
Vonage.dll

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

string

ReplyingIndicator

The replying indicator object.

public WhatsAppReplyingIndicator ReplyingIndicator { get; }

Property Value

WhatsAppReplyingIndicator

Status

The status to set for the message.

public string Status { get; }

Property Value

string

Methods

Build(string)

Build an update message request for WhatsApp.

public static WhatsAppUpdateMessageRequest Build(string messageUuid)

Parameters

messageUuid string

UUID 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

messageUuid string

UUID of the message to be updated

replyingIndicator WhatsAppReplyingIndicator

The replying indicator object.

Returns

WhatsAppUpdateMessageRequest

The request.