Interface UpdateFileAddedToDownloads

A file was added to the file download list. This update is sent only after file download list is loaded for the first time. Subtype of Update.

interface UpdateFileAddedToDownloads {
    @type: "updateFileAddedToDownloads";
    counts: DownloadedFileCounts;
    file_download: FileDownload;
}

Properties

@type: "updateFileAddedToDownloads"

New number of being downloaded and recently downloaded files found.

file_download: FileDownload

The added file download.