public static class TdApi.LinkPreviewAlbumMediaVideo extends TdApi.LinkPreviewAlbumMedia
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Video |
video
Video description.
|
| Constructor and Description |
|---|
LinkPreviewAlbumMediaVideo()
The media is a video.
|
LinkPreviewAlbumMediaVideo(TdApi.Video video)
The media is 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 LinkPreviewAlbumMediaVideo()
public LinkPreviewAlbumMediaVideo(TdApi.Video video)
video - Video description.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object