Uses of Class
org.drinkless.tdlib.TdApi.DownloadedFileCounts
Packages that use TdApi.DownloadedFileCounts
-
Uses of TdApi.DownloadedFileCounts in org.drinkless.tdlib
Fields in org.drinkless.tdlib 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 org.drinkless.tdlib 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.