Package org.drinkless.tdlib
Class TdApi.DatedFile
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.DatedFile
- Enclosing class:
- TdApi
File with the date it was uploaded.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intPoint in time (Unix timestamp) when the file was uploaded.The file. -
Constructor Summary
ConstructorsConstructorDescriptionFile with the date it was uploaded.DatedFile(TdApi.File file, int date) File with the date it was uploaded. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
file
The file. -
date
public int datePoint in time (Unix timestamp) when the file was uploaded. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DatedFile
public DatedFile()File with the date it was uploaded. -
DatedFile
File with the date it was uploaded.- Parameters:
file- The file.date- Point in time (Unix timestamp) when the file was uploaded.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-