InputFileGenerated class

A file generated by the application.

Inheritance
Available Extensions

Constructors

InputFileGenerated({required String original_path, required String conversion, required int expected_size, int? extra, int? clientId})
A file generated 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; must be persistent across application restarts. Conversions beginning with '#' are reserved for internal TDLib usage.
read / write
expected_size int
Expected size of the generated file, in bytes; 0 if unknown.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
original_path String
Local path to a file from which the file is generated; may be empty if there is no such file.
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) InputFileGenerated?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"inputFileGenerated"