Package org.drinkless.tdlib
Class TdApi.MessagePositions
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessagePositions
-
- Enclosing class:
- TdApi
public static class TdApi.MessagePositions extends TdApi.Object
Contains a list of message positions.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.MessagePosition[]positionsList of message positions.inttotalCountTotal count of messages found.
-
Constructor Summary
Constructors Constructor Description MessagePositions()Contains a list of message positions.MessagePositions(int totalCount, TdApi.MessagePosition[] positions)Contains a list of message positions.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
totalCount
public int totalCount
Total count of messages found.
-
positions
public TdApi.MessagePosition[] positions
List of message positions.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessagePositions
public MessagePositions()
Contains a list of message positions.
-
MessagePositions
public MessagePositions(int totalCount, TdApi.MessagePosition[] positions)Contains a list of message positions.- Parameters:
totalCount- Total count of messages found.positions- List of message positions.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-