Package org.drinkless.tdlib
Class TdApi.FoundPosition
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.FoundPosition
- Enclosing class:
- TdApi
Contains 0-based match position.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intThe position of the match. -
Constructor Summary
ConstructorsConstructorDescriptionContains 0-based match position.FoundPosition(int position) Contains 0-based match position. -
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
-
position
public int positionThe position of the match. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
FoundPosition
public FoundPosition()Contains 0-based match position. -
FoundPosition
public FoundPosition(int position) Contains 0-based match position.- Parameters:
position- The position of the match.
-
-
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
-