public static class TdApi.ChatActionUploadingDocument 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 |
|---|
ChatActionUploadingDocument()
The user is uploading a document.
|
ChatActionUploadingDocument(int progress)
The user is uploading a document.
|
| 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 ChatActionUploadingDocument()
public ChatActionUploadingDocument(int progress)
progress - Upload progress, as a percentage.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object