public static class TdApi.GetFile extends TdApi.Function
Returns File
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
fileId
Identifier of the file to get.
|
Constructor and Description |
---|
GetFile()
Default constructor for a function, which returns information about a file; this is an offline request.
|
GetFile(int fileId)
Creates a function, which returns information about a file; this is an offline request.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int fileId
public static final int CONSTRUCTOR
public GetFile()
Returns File
public GetFile(int fileId)
Returns File
fileId
- Identifier of the file to get.public int getConstructor()
getConstructor
in class TdApi.Function