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.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.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.