Class TdApi.TestString

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

public static class TdApi.TestString extends TdApi.Object
A simple object containing a string; for testing only.
  • Field Details

    • value

      public String value
      String.
    • CONSTRUCTOR

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

    • TestString

      public TestString()
      A simple object containing a string; for testing only.
    • TestString

      public TestString(String value)
      A simple object containing a string; for testing only.
      Parameters:
      value - String.
  • 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