Module tdlight.api

Class TdApi.UpdateFileRemovedFromDownloads

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

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

    • fileId

      public int fileId
      File identifier.
    • counts

      New number of being downloaded and recently downloaded files found.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateFileRemovedFromDownloads

      public UpdateFileRemovedFromDownloads()
      A file was removed from the file download list. This update is sent only after file download list is loaded for the first time.
    • UpdateFileRemovedFromDownloads

      public UpdateFileRemovedFromDownloads(int fileId, TdApi.DownloadedFileCounts counts)
      A file was removed from the file download list. This update is sent only after file download list is loaded for the first time.
      Parameters:
      fileId - int File identifier.
      counts - DownloadedFileCounts New number of being downloaded and recently downloaded files found.
    • UpdateFileRemovedFromDownloads

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