public static class TdApi.FoundFileDownloads extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.FileDownload[] |
files
The list of files.
|
java.lang.String |
nextOffset
The offset for the next request.
|
TdApi.DownloadedFileCounts |
totalCounts
Total number of suitable files, ignoring offset.
|
| Constructor and Description |
|---|
FoundFileDownloads()
Contains a list of downloaded files, found by a search.
|
FoundFileDownloads(TdApi.DownloadedFileCounts totalCounts,
TdApi.FileDownload[] files,
java.lang.String nextOffset)
Contains a list of downloaded files, found by a search.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.DownloadedFileCounts totalCounts
public TdApi.FileDownload[] files
public java.lang.String nextOffset
public static final int CONSTRUCTOR
public FoundFileDownloads()
public FoundFileDownloads(TdApi.DownloadedFileCounts totalCounts, TdApi.FileDownload[] files, java.lang.String nextOffset)
totalCounts - Total number of suitable files, ignoring offset.files - The list of files.nextOffset - The offset for the next request. If empty, then there are no more results.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object