public static class TdApi.ChatActionUploadingVideo extends TdApi.ChatAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
progress
Upload progress, as a percentage.
|
| Constructor and Description |
|---|
ChatActionUploadingVideo()
The user is uploading a video.
|
ChatActionUploadingVideo(int progress)
The user is uploading a video.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int progress
public static final int CONSTRUCTOR
public ChatActionUploadingVideo()
public ChatActionUploadingVideo(int progress)
progress - Upload progress, as a percentage.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object