public static class TdApi.DatedFile extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
date
Point in time (Unix timestamp) when the file was uploaded.
|
TdApi.File |
file
The file.
|
| Constructor and Description |
|---|
DatedFile()
File with the date it was uploaded.
|
DatedFile(TdApi.File file,
int date)
File with the date it was uploaded.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.File file
public int date
public static final int CONSTRUCTOR
public DatedFile()
public DatedFile(TdApi.File file, int date)
file - The file.date - Point in time (Unix timestamp) when the file was uploaded.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object