java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.FoundFileDownloads
- Enclosing class:
- TdApi
Contains a list of downloaded files,
found by a search.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The list of files.The offset for the next request.Total number of suitable files, ignoring offset. -
Constructor Summary
ConstructorDescriptionContains a list of downloaded files, found by a search.FoundFileDownloads
(TdApi.DownloadedFileCounts totalCounts, TdApi.FileDownload[] files, String nextOffset) Contains a list of downloaded files, found by a search.FoundFileDownloads
(DataInput input) Contains a list of downloaded files, found by a search. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
totalCounts
Total number of suitable files, ignoring offset. -
files
The list of files. -
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
Contains a list of downloaded files, found by a search.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-