Class TdApi.TestVectorInt

  • Enclosing class:
    TdApi

    public static class TdApi.TestVectorInt
    extends TdApi.Object
    A simple object containing a vector of numbers; for testing only.
    • Field Detail

      • value

        public int[] value
        Vector of numbers.
      • CONSTRUCTOR

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

      • TestVectorInt

        public TestVectorInt()
        A simple object containing a vector of numbers; for testing only.
      • TestVectorInt

        public TestVectorInt​(int[] value)
        A simple object containing a vector of numbers; for testing only.
        Parameters:
        value - Vector of numbers.