Package org.drinkless.tdlib
Class TdApi.FixedText
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.FixedText
- Enclosing class:
TdApi
A text fixed using fixTextWithAi.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Changes made to the original text.The resulting text. -
Constructor Summary
ConstructorsConstructorDescriptionA text fixed using fixTextWithAi.FixedText(TdApi.FormattedText text, TdApi.DiffText diffText) A text fixed using fixTextWithAi. -
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 resulting text. -
diffText
Changes made to the original text. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
FixedText
public FixedText()A text fixed using fixTextWithAi. -
FixedText
A text fixed using fixTextWithAi.- Parameters:
text- The resulting text.diffText- Changes made to the original text.
-
-
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
-