Class TdApi.TestString

  • Enclosing class:
    TdApi

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

      • value

        public String value
        String.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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.