Package org.drinkless.tdlib
Class TdApi.FoundPositions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.FoundPositions
- Enclosing class:
- TdApi
Contains 0-based positions of matched objects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.int[]The positions of the matched objects.intTotal number of matched objects. -
Constructor Summary
ConstructorsConstructorDescriptionContains 0-based positions of matched objects.FoundPositions(int totalCount, int[] positions) Contains 0-based positions of matched objects. -
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 matched objects. -
positions
public int[] positionsThe positions of the matched objects. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
FoundPositions
public FoundPositions()Contains 0-based positions of matched objects. -
FoundPositions
public FoundPositions(int totalCount, int[] positions) Contains 0-based positions of matched objects.- Parameters:
totalCount- Total number of matched objects.positions- The positions of the matched objects.
-
-
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
-