public static class TdApi.UpdateFileGenerationStop extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
generationId
Unique identifier for the generation process.
|
| Constructor and Description |
|---|
UpdateFileGenerationStop()
File generation is no longer needed.
|
UpdateFileGenerationStop(long generationId)
File generation is no longer needed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long generationId
public static final int CONSTRUCTOR
public UpdateFileGenerationStop()
public UpdateFileGenerationStop(long generationId)
generationId - Unique identifier for the generation process.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object