Package org.drinkless.tdlib
Class TdApi.SetFileGenerationProgress
- Enclosing class:
- TdApi
Informs TDLib on a file generation progress.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longExpected size of the generated file, in bytes; 0 if unknown.longThe identifier of the generation process.longThe number of bytes already generated. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which informs TDLib on a file generation progress.SetFileGenerationProgress(long generationId, long expectedSize, long localPrefixSize) Creates a function, which informs TDLib on a file generation progress. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
generationId
public long generationIdThe identifier of the generation process. -
expectedSize
public long expectedSizeExpected size of the generated file, in bytes; 0 if unknown. -
localPrefixSize
public long localPrefixSizeThe number of bytes already generated. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetFileGenerationProgress
public SetFileGenerationProgress()Default constructor for a function, which informs TDLib on a file generation progress.Returns
Ok -
SetFileGenerationProgress
public SetFileGenerationProgress(long generationId, long expectedSize, long localPrefixSize) Creates a function, which informs TDLib on a file generation progress.Returns
Ok- Parameters:
generationId- The identifier of the generation process.expectedSize- Expected size of the generated file, in bytes; 0 if unknown.localPrefixSize- The number of bytes already generated.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-