Table of Contents

Class WhatsAppVideoRequest

Namespace
Vonage.Messages.WhatsApp
Assembly
Vonage.dll

Represents a request to send a video message on WhatsApp.

public class WhatsAppVideoRequest : WhatsAppMessageBase, IMessage
Inheritance
WhatsAppVideoRequest
Implements
Inherited Members

Properties

Channel

The channel to send to.

[JsonPropertyOrder(0)]
[JsonConverter(typeof(EnumDescriptionJsonConverter<MessagesChannel>))]
public override MessagesChannel Channel { get; }

Property Value

MessagesChannel

MessageType

The type of message to send.

[JsonPropertyOrder(1)]
[JsonConverter(typeof(EnumDescriptionJsonConverter<MessagesMessageType>))]
public override MessagesMessageType MessageType { get; }

Property Value

MessagesMessageType

Video

The video attachment. Supported formats: .mp4, .3gpp.

[JsonPropertyOrder(9)]
public CaptionedAttachment Video { get; set; }

Property Value

CaptionedAttachment