public static class TdApi.UpdateFileGenerationStop extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public long generationId
public static final int CONSTRUCTOR
public UpdateFileGenerationStop()
public UpdateFileGenerationStop(long generationId)
generationId
- Unique identifier for the generation process.public int getConstructor()
getConstructor
in class TdApi.Update