Table of Contents

Struct ViberVideoRequest.VideoInformation

Namespace
Vonage.Messages.Viber
Assembly
Vonage.dll

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

string

ThumbUrl

URL to an image file for a thumbnail preview of the video.

[JsonPropertyOrder(2)]
public string ThumbUrl { readonly get; set; }

Property Value

string

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; }

Property Value

string