Table of Contents

Struct RcsUpdateMessageRequest

Namespace
Vonage.Messages.Rcs
Assembly
Vonage.dll

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

string

Status

The status to set for the message.

public readonly string Status { get; }

Property Value

string

Methods

Build(string)

Build an update message request for RCS.

public static RcsUpdateMessageRequest Build(string messageUuid)

Parameters

messageUuid string

UUID of the message to be updated

Returns

RcsUpdateMessageRequest

The request.