public static class TdApi.MessagePositions extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.MessagePosition[] |
positions
List of message positions.
|
int |
totalCount
Total number of messages found.
|
| Constructor and Description |
|---|
MessagePositions()
Contains a list of message positions.
|
MessagePositions(int totalCount,
TdApi.MessagePosition[] positions)
Contains a list of message positions.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public TdApi.MessagePosition[] positions
public static final int CONSTRUCTOR
public MessagePositions()
public MessagePositions(int totalCount,
TdApi.MessagePosition[] positions)
totalCount - Total number of messages found.positions - List of message positions.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object