Uses of Class
it.tdlight.jni.TdApi.DownloadedFileCounts
-
Uses of TdApi.DownloadedFileCounts in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.DownloadedFileCountsModifier and TypeFieldDescriptionTdApi.UpdateFileAddedToDownloads.countsNew number of being downloaded and recently downloaded files found.TdApi.UpdateFileDownload.countsNew number of being downloaded and recently downloaded files found.TdApi.UpdateFileRemovedFromDownloads.countsNew number of being downloaded and recently downloaded files found.TdApi.FoundFileDownloads.totalCountsTotal number of suitable files, ignoring offset.Constructors in it.tdlight.jni with parameters of type TdApi.DownloadedFileCountsModifierConstructorDescriptionFoundFileDownloads(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.