- Enclosing class:
- TdApi
Finishes the file generation.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
If passed, the file generation has failed and must be terminated; pass null if the file generation succeeded.long
The identifier of the generation process. -
Constructor Summary
ConstructorDescriptionFinishes the file generation.FinishFileGeneration
(long generationId, TdApi.Error error) Finishes the file generation.FinishFileGeneration
(DataInput input) Finishes the file generation. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
generationId
public long generationIdThe identifier of the generation process. -
error
If passed, the file generation has failed and must be terminated; pass null if the file generation succeeded. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
FinishFileGeneration
public FinishFileGeneration()Finishes the file generation. ReturnsOk
-
FinishFileGeneration
Finishes the file generation. ReturnsOk
- Parameters:
generationId
- long The identifier of the generation process.error
- Error If passed, the file generation has failed and must be terminated; pass null if the file generation succeeded.
-
FinishFileGeneration
Finishes the file generation. ReturnsOk
- 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()
-