Class TdApi.Text

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.Text
Enclosing class:
TdApi

public static class TdApi.Text extends TdApi.Object
Contains some text.
  • Field Details

    • text

      public String text
      Text.
    • CONSTRUCTOR

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

    • Text

      public Text()
      Contains some text.
    • Text

      public Text(String text)
      Contains some text.
      Parameters:
      text - 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