public static class TdApi.FinishFileGeneration extends TdApi.Function
Returns Ok
TdApi.Function.Constructors| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Error |
error
If set, means that file generation has failed and should be terminated.
|
long |
generationId
The identifier of the generation process.
|
| Constructor and Description |
|---|
FinishFileGeneration()
Default constructor for a function, which finishes the file generation.
|
FinishFileGeneration(long generationId,
TdApi.Error error)
Creates a function, which finishes the file generation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic long generationId
public TdApi.Error error
public static final int CONSTRUCTOR
public FinishFileGeneration()
Returns Ok
public FinishFileGeneration(long generationId,
TdApi.Error error)
Returns Ok
generationId - The identifier of the generation process.error - If set, means that file generation has failed and should be terminated.public int getConstructor()
getConstructor in class TdApi.Function