Class TdApi.FixedText

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.FixedText
Enclosing class:
TdApi

public static class TdApi.FixedText extends TdApi.Object
A text fixed using fixTextWithAi.
  • Field Details

    • text

      public TdApi.FormattedText text
      The resulting text.
    • diffText

      public TdApi.DiffText diffText
      Changes made to the original text.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • FixedText

      public FixedText()
      A text fixed using fixTextWithAi.
    • FixedText

      public FixedText(TdApi.FormattedText text, TdApi.DiffText diffText)
      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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR