public static class TdApi.DownloadFile extends TdApi.TLFunction
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining TL-type of object
|
int |
fileId
Identifier of file to download.
|
Constructor and Description |
---|
DownloadFile()
Default constructor.
|
DownloadFile(int fileId)
Constructor for initialization of all fields.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int fileId
public static final int CONSTRUCTOR
public DownloadFile()
public DownloadFile(int fileId)
public int getConstructor()
getConstructor
in class TdApi.TLObject