java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.DatedFile
- Enclosing class:
- TdApi
File with the date it was uploaded.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Point in time (Unix timestamp) when the file was uploaded.The file. -
Constructor Summary
ConstructorDescriptionFile with the date it was uploaded.DatedFile
(TdApi.File file, int date) File with the date it was uploaded.File with the date it was uploaded. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
file
The file. -
date
public int datePoint in time (Unix timestamp) when the file was uploaded. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
DatedFile
public DatedFile()File with the date it was uploaded. -
DatedFile
File with the date it was uploaded.- Parameters:
file
- File The file.date
- int Point in time (Unix timestamp) when the file was uploaded.
-
DatedFile
File with the date it was uploaded.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-