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
A file defined by a local path.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Local path to the file. -
Constructor Summary
ConstructorsConstructorDescriptionA file defined by a local path.InputFileLocal(String path) A file defined by a local path. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
path
Local path to the file. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputFileLocal
public InputFileLocal()A file defined by a local path. -
InputFileLocal
A file defined by a local path.- Parameters:
path- Local path to the file.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-