java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateFileGenerationStart
- Enclosing class:
- TdApi
The file generation process needs to be started by the application.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.String specifying the conversion applied to the original file.The path to a file that must be created and where the new file is generated.long
Unique identifier for the generation process.The path to a file from which a new file is generated; may be empty. -
Constructor Summary
ConstructorDescriptionThe file generation process needs to be started by the application.UpdateFileGenerationStart
(long generationId, String originalPath, String destinationPath, String conversion) The file generation process needs to be started by the application.The file generation process needs to be started by the application. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
generationId
public long generationIdUnique identifier for the generation process. -
originalPath
The path to a file from which a new file is generated; may be empty. -
destinationPath
The path to a file that must be created and where the new file is generated. -
conversion
String specifying the conversion applied to the original file. If conversion is "#url#" than originalPath contains an HTTP/HTTPS URL of a file, which must be downloaded by the application. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateFileGenerationStart
public UpdateFileGenerationStart()The file generation process needs to be started by the application. -
UpdateFileGenerationStart
public UpdateFileGenerationStart(long generationId, String originalPath, String destinationPath, String conversion) The file generation process needs to be started by the application.- Parameters:
generationId
- Unique identifier for the generation process.originalPath
- The path to a file from which a new file is generated; may be empty.destinationPath
- The path to a file that must be created and where the new file is generated.conversion
- String specifying the conversion applied to the original file. If conversion is "#url#" than originalPath contains an HTTP/HTTPS URL of a file, which must be downloaded by the application.
-
UpdateFileGenerationStart
The file generation process needs to be started by the application.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-