Package org.drinkless.tdlib
Class TdApi.MessagePositions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessagePositions
- Enclosing class:
- TdApi
Contains a list of message positions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.List of message positions.intTotal number of messages found. -
Constructor Summary
ConstructorsConstructorDescriptionContains a list of message positions.MessagePositions(int totalCount, TdApi.MessagePosition[] positions) Contains a list of message positions. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
totalCount
public int totalCountTotal number of messages found. -
positions
List of message positions. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessagePositions
public MessagePositions()Contains a list of message positions. -
MessagePositions
Contains a list of message positions.- Parameters:
totalCount- Total number of messages found.positions- List of message positions.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-