public static class TdApi.UpdateFileGenerationStart extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
conversion
If the conversion is "#url#" than originalPath contains an HTTP/HTTPS URL of a file that must be downloaded by the application.
|
java.lang.String |
destinationPath
The path to a file that must be created and where the new file must be generated by the application.
|
long |
generationId
Unique identifier for the generation process.
|
java.lang.String |
originalPath
The original path specified by the application in inputFileGenerated.
|
| Constructor and Description |
|---|
UpdateFileGenerationStart()
The file generation process needs to be started by the application.
|
UpdateFileGenerationStart(long generationId,
java.lang.String originalPath,
java.lang.String destinationPath,
java.lang.String conversion)
The file generation process needs to be started by the application.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long generationId
public java.lang.String originalPath
public java.lang.String destinationPath
public java.lang.String conversion
public static final int CONSTRUCTOR
public UpdateFileGenerationStart()
public UpdateFileGenerationStart(long generationId,
java.lang.String originalPath,
java.lang.String destinationPath,
java.lang.String conversion)
generationId - Unique identifier for the generation process.originalPath - The original path specified by the application in inputFileGenerated.destinationPath - The path to a file that must be created and where the new file must be generated by the application. If the application has no access to the path, it can use writeGeneratedFilePart to generate the file.conversion - If the conversion is "#url#" than originalPath contains an HTTP/HTTPS URL of a file that must be downloaded by the application. Otherwise, this is the conversion specified by the application in inputFileGenerated.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object