public static class TdApi.FoundPositions extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int[] |
positions
The positions of the matched objects.
|
int |
totalCount
Total number of matched objects.
|
| Constructor and Description |
|---|
FoundPositions()
Contains 0-based positions of matched objects.
|
FoundPositions(int totalCount,
int[] positions)
Contains 0-based positions of matched objects.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public int[] positions
public static final int CONSTRUCTOR
public FoundPositions()
public FoundPositions(int totalCount,
int[] positions)
totalCount - Total number of matched objects.positions - The positions of the matched objects.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object