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