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