Package org.drinkless.tdlib
Class TdApi.DatedFile
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.intdatePoint in time (Unix timestamp) when the file was uploaded.TdApi.FilefileThe 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.
-
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
The file.
-
date
public int date
Point in time (Unix timestamp) when the file was uploaded.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DatedFile
public DatedFile()
File with the date it was uploaded.
-
DatedFile
public DatedFile(TdApi.File file, int date)
File with the date it was uploaded.- Parameters:
file- The file.date- Point in time (Unix timestamp) when the file was uploaded.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-