public static class TdApi.InputFileLocal extends TdApi.InputFile
TdApi.InputFile.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.InputFile