Uses of Class
it.tdlight.jni.TdApi.DownloadedFileCounts
-
Uses of TdApi.DownloadedFileCounts in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.UpdateFileAddedToDownloads.counts
New number of being downloaded and recently downloaded files found.TdApi.UpdateFileDownload.counts
New number of being downloaded and recently downloaded files found.TdApi.UpdateFileRemovedFromDownloads.counts
New number of being downloaded and recently downloaded files found.TdApi.FoundFileDownloads.totalCounts
Total number of suitable files, ignoring offset.ModifierConstructorDescriptionFoundFileDownloads
(TdApi.DownloadedFileCounts totalCounts, TdApi.FileDownload[] files, String nextOffset) Contains a list of downloaded files, found by a search.UpdateFileAddedToDownloads
(TdApi.FileDownload fileDownload, TdApi.DownloadedFileCounts counts) A file was added to the file download list.UpdateFileDownload
(int fileId, int completeDate, boolean isPaused, TdApi.DownloadedFileCounts counts) A file download was changed.UpdateFileRemovedFromDownloads
(int fileId, TdApi.DownloadedFileCounts counts) A file was removed from the file download list.