Package org.drinkless.tdlib
Class TdApi.DiffText
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.DiffText
- Enclosing class:
TdApi
A text with some changes highlighted.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Entities describing changes in the text.The text. -
Constructor Summary
ConstructorsConstructorDescriptionDiffText()A text with some changes highlighted.DiffText(String text, TdApi.DiffEntity[] entities) A text with some changes highlighted. -
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
-
text
The text. -
entities
Entities describing changes in the text. Entities don't mutually intersect with each other. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DiffText
public DiffText()A text with some changes highlighted. -
DiffText
A text with some changes highlighted.- Parameters:
text- The text.entities- Entities describing changes in the text. Entities don't mutually intersect with each other.
-
-
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
-