public static class TdApi.LinkPreviewTypeVideo extends TdApi.LinkPreviewType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Video |
video
The video description.
|
| Constructor and Description |
|---|
LinkPreviewTypeVideo()
The link is a link to a video.
|
LinkPreviewTypeVideo(TdApi.Video video)
The link is a link to a video.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Video video
public static final int CONSTRUCTOR
public LinkPreviewTypeVideo()
public LinkPreviewTypeVideo(TdApi.Video video)
video - The video description.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object