Package org.drinkless.tdlib
Class TdApi.TextCompositionStyleExample
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TextCompositionStyleExample
- Enclosing class:
TdApi
Contains an example of text composition style usage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The text after the style was applied to the source text.Source text. -
Constructor Summary
ConstructorsConstructorDescriptionContains an example of text composition style usage.TextCompositionStyleExample(TdApi.FormattedText sourceText, TdApi.FormattedText resultText) Contains an example of text composition style usage. -
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
-
sourceText
Source text. -
resultText
The text after the style was applied to the source text. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TextCompositionStyleExample
public TextCompositionStyleExample()Contains an example of text composition style usage. -
TextCompositionStyleExample
Contains an example of text composition style usage.- Parameters:
sourceText- Source text.resultText- The text after the style was applied to the source 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
-