UpdateFileDownload class

A file download was changed. This update is sent only after file download list is loaded for the first time.

Inheritance
Available Extensions

Constructors

UpdateFileDownload({required int file_id, required int complete_date, required bool is_paused, required DownloadedFileCounts counts, int? extra, int? clientId})
A file download was changed. This update is sent only after file download list is loaded for the first time

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
complete_date int
Point in time (Unix timestamp) when the file downloading was completed; 0 if the file downloading isn't completed.
read / write
counts DownloadedFileCounts
New number of being downloaded and recently downloaded files found.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
file_id int
File identifier.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
is_paused bool
True, if downloading of the file is paused.
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) UpdateFileDownload?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"updateFileDownload"