Package org.drinkless.tdlib
Class TdApi.InputFileLocal
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InputFile
-
- org.drinkless.tdlib.TdApi.InputFileLocal
-
- Enclosing class:
- TdApi
public static class TdApi.InputFileLocal extends TdApi.InputFile
A file defined by a local path.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringpathLocal path to the file.
-
Constructor Summary
Constructors Constructor Description InputFileLocal()A file defined by a local path.InputFileLocal(String path)A file defined by a local path.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
path
public String path
Local path to the file.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InputFileLocal
public InputFileLocal()
A file defined by a local path.
-
InputFileLocal
public InputFileLocal(String path)
A file defined by a local path.- Parameters:
path- Local path to the file.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-