public static class TdApi.InputFileId extends TdApi.InputFile
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
id
Unique file identifier.
|
| Constructor and Description |
|---|
InputFileId()
A file defined by its unique identifier.
|
InputFileId(int id)
A file defined by its unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int id
public static final int CONSTRUCTOR
public InputFileId()
public InputFileId(int id)
id - Unique file identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object