public static class TdApi.GetFile extends TdApi.Function<TdApi.File>
Returns File
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object