public static class TdApi.InputFileGenerated extends TdApi.InputFile
TdApi.InputFile.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; must be persistent across application restarts.
|
int |
expectedSize
Expected size of the generated file, in bytes; 0 if unknown.
|
java.lang.String |
originalPath
Local path to a file from which the file is generated; may be empty if there is no such file.
|
Constructor and Description |
---|
InputFileGenerated()
A file generated by the application.
|
InputFileGenerated(java.lang.String originalPath,
java.lang.String conversion,
int expectedSize)
A file generated by the application.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String originalPath
public java.lang.String conversion
public int expectedSize
public static final int CONSTRUCTOR
public InputFileGenerated()
public InputFileGenerated(java.lang.String originalPath, java.lang.String conversion, int expectedSize)
originalPath
- Local path to a file from which the file is generated; may be empty if there is no such file.conversion
- String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with '#' are reserved for internal TDLib usage.expectedSize
- Expected size of the generated file, in bytes; 0 if unknown.public int getConstructor()
getConstructor
in class TdApi.InputFile