Package org.drinkless.tdlib
Class TdApi.UpdateFileGenerationStop
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateFileGenerationStop
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateFileGenerationStop extends TdApi.Update
File generation is no longer needed.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.longgenerationIdUnique identifier for the generation process.
-
Constructor Summary
Constructors Constructor Description UpdateFileGenerationStop()File generation is no longer needed.UpdateFileGenerationStop(long generationId)File generation is no longer needed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
generationId
public long generationId
Unique identifier for the generation process.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateFileGenerationStop
public UpdateFileGenerationStop()
File generation is no longer needed.
-
UpdateFileGenerationStop
public UpdateFileGenerationStop(long generationId)
File generation is no longer needed.- Parameters:
generationId- Unique identifier for the generation process.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-