Package it.tdlight.jni
Class TdApi.UpdateFileGenerationStart
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateFileGenerationStart
- Enclosing class:
- TdApi
public static class TdApi.UpdateFileGenerationStart extends TdApi.Update
The file generation process needs to
be started by the application.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
conversion
String specifying the conversion applied to the original file.String
destinationPath
The path to a file that should be created and where the new file should be generated.long
generationId
Unique identifier for the generation process.String
originalPath
The path to a file from which a new file is generated; may be empty. -
Constructor Summary
Constructors Constructor Description UpdateFileGenerationStart()
The 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.UpdateFileGenerationStart(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods 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 should be created and where the new file should be 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 should be downloaded by the application. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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
- long Unique identifier for the generation process.originalPath
- String The path to a file from which a new file is generated; may be empty.destinationPath
- String The path to a file that should be created and where the new file should be generated.conversion
- String String specifying the conversion applied to the original file. If conversion is "#url#" than originalPath contains an HTTP/HTTPS URL of a file, which should be downloaded by the application.
-
UpdateFileGenerationStart
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-