public static class TdApi.UpdateFile extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.File |
file
New data about the file.
|
| Constructor and Description |
|---|
UpdateFile()
Information about a file was updated.
|
UpdateFile(TdApi.File file)
Information about a file was updated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.File file
public static final int CONSTRUCTOR
public UpdateFile()
public UpdateFile(TdApi.File file)
file - New data about the file.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object