public static class TdApi.UpdateFile extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public TdApi.File file
public static final int CONSTRUCTOR
public UpdateFile()
public UpdateFile(TdApi.File file)
file
- New data about the file.public int getConstructor()
getConstructor
in class TdApi.Update