Module tdlight.api

Class TdApi.FoundFileDownloads

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.FoundFileDownloads
Enclosing class:
TdApi

public static final class TdApi.FoundFileDownloads extends TdApi.Object
Contains a list of downloaded files, found by a search.
  • Field Details

    • totalCounts

      public TdApi.DownloadedFileCounts totalCounts
      Total number of suitable files, ignoring offset.
    • files

      public TdApi.FileDownload[] files
      The list of files.
    • nextOffset

      public String nextOffset
      The offset for the next request. If empty, there are no more results.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • FoundFileDownloads

      public FoundFileDownloads()
      Contains a list of downloaded files, found by a search.
    • FoundFileDownloads

      public FoundFileDownloads(TdApi.DownloadedFileCounts totalCounts, TdApi.FileDownload[] files, String nextOffset)
      Contains a list of downloaded files, found by a search.
      Parameters:
      totalCounts - DownloadedFileCounts Total number of suitable files, ignoring offset.
      files - FileDownload[] The list of files.
      nextOffset - String The offset for the next request. If empty, there are no more results.
    • FoundFileDownloads

      public FoundFileDownloads(DataInput input) throws IOException
      Contains a list of downloaded files, found by a search.
      Throws:
      IOException
  • Method Details