- Enclosing class:
- TdApi
Returns suggested name for saving a
file in a given directory.
Returns
Text
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Directory in which the file is supposed to be saved.int
Identifier of the file. -
Constructor Summary
ConstructorDescriptionReturns suggested name for saving a file in a given directory.GetSuggestedFileName
(int fileId, String directory) Returns suggested name for saving a file in a given directory.GetSuggestedFileName
(DataInput input) Returns suggested name for saving a file in a given directory. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
fileId
public int fileIdIdentifier of the file. -
directory
Directory in which the file is supposed to be saved. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetSuggestedFileName
public GetSuggestedFileName()Returns suggested name for saving a file in a given directory. ReturnsText
-
GetSuggestedFileName
Returns suggested name for saving a file in a given directory. ReturnsText
- Parameters:
fileId
- int Identifier of the file.directory
- String Directory in which the file is supposed to be saved.
-
GetSuggestedFileName
Returns suggested name for saving a file in a given directory. ReturnsText
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-