Class ViberVideoRequest
Represents a request to send a video message on Viber.
public class ViberVideoRequest : ViberMessageBase, IMessage
- Inheritance
-
ViberVideoRequest
- Implements
- Inherited Members
Properties
Channel
The channel to send to.
[JsonPropertyOrder(0)]
[JsonConverter(typeof(EnumDescriptionJsonConverter<MessagesChannel>))]
public override MessagesChannel Channel { get; }
Property Value
MessageType
The type of message to send.
[JsonPropertyOrder(1)]
[JsonConverter(typeof(EnumDescriptionJsonConverter<MessagesMessageType>))]
public override MessagesMessageType MessageType { get; }
Property Value
Video
The video attachment information including URL, thumbnail, and caption.
[JsonPropertyOrder(9)]
public ViberVideoRequest.VideoInformation Video { get; set; }