public static class TdApi.InputFileLocal extends TdApi.InputFile
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
path
Local path to the file.
|
| Constructor and Description |
|---|
InputFileLocal()
A file defined by a local path.
|
InputFileLocal(java.lang.String path)
A file defined by a local path.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String path
public static final int CONSTRUCTOR
public InputFileLocal()
public InputFileLocal(java.lang.String path)
path - Local path to the file.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object