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 count 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() |
toString
public int totalCount
public TdApi.MessagePosition[] positions
public static final int CONSTRUCTOR
public MessagePositions()
public MessagePositions(int totalCount, TdApi.MessagePosition[] positions)
totalCount
- Total count of messages found.positions
- List of message positions.public int getConstructor()
getConstructor
in class TdApi.Object