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