Package it.tdlight.jni
Class TdApi.DatedFile
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.DatedFile
- Enclosing class:
- TdApi
public static class TdApi.DatedFile extends TdApi.Object
File with the date it was uploaded.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
date
Point in time (Unix timestamp) when the file was uploaded.TdApi.File
file
The file. -
Constructor Summary
Constructors Constructor Description DatedFile()
File with the date it was uploaded.DatedFile(TdApi.File file, int date)
File with the date it was uploaded.DatedFile(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-