UpdateFileGenerationStart class

The file generation process needs to be started by the application.

Inheritance
Available Extensions

Constructors

UpdateFileGenerationStart({required int64 generation_id, required String original_path, required String destination_path, required String conversion, int? extra, int? clientId})
The file generation process needs to be started by the application

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
conversion String
String specifying the conversion applied to the original file. If conversion is "#url#" than original_path contains an HTTP/HTTPS URL of a file, which must be downloaded by the application.
read / write
destination_path String
The path to a file that must be created and where the new file is generated.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
generation_id int64
Unique identifier for the generation process. ; string representation of int, use int.parse
read / write
hashCode int
The hash code for this object.
read-onlyinherited
original_path String
The path to a file from which a new file is generated; may be empty.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) UpdateFileGenerationStart?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"updateFileGenerationStart"