Module tdlight.api

Class TdApi.UpdateFileAddedToDownloads

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateFileAddedToDownloads
Enclosing class:
TdApi

public static final class TdApi.UpdateFileAddedToDownloads extends TdApi.Update
A file was added to the file download list. This update is sent only after file download list is loaded for the first time.
  • Field Details

  • Constructor Details

    • UpdateFileAddedToDownloads

      public UpdateFileAddedToDownloads()
      A file was added to the file download list. This update is sent only after file download list is loaded for the first time.
    • UpdateFileAddedToDownloads

      public UpdateFileAddedToDownloads(TdApi.FileDownload fileDownload, TdApi.DownloadedFileCounts counts)
      A file was added to the file download list. This update is sent only after file download list is loaded for the first time.
      Parameters:
      fileDownload - FileDownload The added file download.
      counts - DownloadedFileCounts New number of being downloaded and recently downloaded files found.
    • UpdateFileAddedToDownloads

      public UpdateFileAddedToDownloads(DataInput input) throws IOException
      A file was added to the file download list. This update is sent only after file download list is loaded for the first time.
      Throws:
      IOException
  • Method Details