Uses of Class
org.drinkless.tdlib.TdApi.FileDownload
Packages that use TdApi.FileDownload
-
Uses of TdApi.FileDownload in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.FileDownloadModifier and TypeFieldDescriptionTdApi.UpdateFileAddedToDownloads.fileDownload
The added file download.TdApi.FoundFileDownloads.files
The list of files.Constructors in org.drinkless.tdlib with parameters of type TdApi.FileDownloadModifierConstructorDescriptionFoundFileDownloads
(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.