public static class TdApi.FoundPosition extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
position
The position of the match.
|
| Constructor and Description |
|---|
FoundPosition()
Contains 0-based match position.
|
FoundPosition(int position)
Contains 0-based match position.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int position
public static final int CONSTRUCTOR
public FoundPosition()
public FoundPosition(int position)
position - The position of the match.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object