Class TdApi.TestInt

  • Enclosing class:
    TdApi

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

      • value

        public int value
        Number.
      • CONSTRUCTOR

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

      • TestInt

        public TestInt()
        A simple object containing a number; for testing only.
      • TestInt

        public TestInt​(int value)
        A simple object containing a number; for testing only.
        Parameters:
        value - Number.