Struct ViberVideoRequest.VideoInformation
Represents the video information of the request.
public struct ViberVideoRequest.VideoInformation
- Inherited Members
Properties
Caption
Text caption to accompany message.
[JsonPropertyOrder(1)]
public string Caption { readonly get; set; }
Property Value
ThumbUrl
URL to an image file for a thumbnail preview of the video.
[JsonPropertyOrder(2)]
public string ThumbUrl { readonly get; set; }
Property Value
Url
Publicly accessible URL of the video attachment. Supports file types .mp4 and .3gpp. Only supports video codec H.264 and audio codec AAC.
[JsonPropertyOrder(0)]
public string Url { readonly get; set; }