public static class TdApi.UpdateFileGenerationStart extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
conversion
String specifying the conversion applied to the original file.
|
java.lang.String |
destinationPath
The path to a file that must be created and where the new file is generated.
|
long |
generationId
Unique identifier for the generation process.
|
java.lang.String |
originalPath
The path to a file from which a new file is generated; may be empty.
|
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() |
toString
public 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 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.public int getConstructor()
getConstructor
in class TdApi.Update