public static class TdApi.ChatActionUploadingVideoNote extends TdApi.ChatAction
TdApi.ChatAction.Constructors| 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 |
|---|
ChatActionUploadingVideoNote()
The user is uploading a video note.
|
ChatActionUploadingVideoNote(int progress)
The user is uploading a video note.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic int progress
public static final int CONSTRUCTOR
public ChatActionUploadingVideoNote()
public ChatActionUploadingVideoNote(int progress)
progress - Upload progress, as a percentage.public int getConstructor()
getConstructor in class TdApi.ChatAction