Package org.drinkless.tdlib
Class TdApi.UpdateFile
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateFile
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateFile extends TdApi.Update
Information about a file was updated.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.FilefileNew data about the file.
-
Constructor Summary
Constructors Constructor Description UpdateFile()Information about a file was updated.UpdateFile(TdApi.File file)Information about a file was updated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
file
public TdApi.File file
New data about the file.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateFile
public UpdateFile()
Information about a file was updated.
-
UpdateFile
public UpdateFile(TdApi.File file)
Information about a file was updated.- Parameters:
file- New data about the file.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-