public static class TdApi.InputPaidMediaTypeVideo extends TdApi.InputPaidMediaType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
duration
Duration of the video, in seconds.
|
boolean |
supportsStreaming
True, if the video is expected to be streamed.
|
| Constructor and Description |
|---|
InputPaidMediaTypeVideo()
The media is a video.
|
InputPaidMediaTypeVideo(int duration,
boolean supportsStreaming)
The media is a video.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int duration
public boolean supportsStreaming
public static final int CONSTRUCTOR
public InputPaidMediaTypeVideo()
public InputPaidMediaTypeVideo(int duration,
boolean supportsStreaming)
duration - Duration of the video, in seconds.supportsStreaming - True, if the video is expected to be streamed.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object