Class TdApi.TestCallVectorInt

  • Enclosing class:
    TdApi

    public static class TdApi.TestCallVectorInt
    extends TdApi.Function
    Returns the received vector of numbers; for testing only.

    Returns TestVectorInt

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int[] x
      Vector of numbers to return.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestCallVectorInt()
      Default constructor.
      TestCallVectorInt​(int[] x)
      Constructor for initialization of all fields.
    • Field Detail

      • x

        public int[] x
        Vector of numbers to return.
      • CONSTRUCTOR

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

      • TestCallVectorInt

        public TestCallVectorInt()
        Default constructor.
      • TestCallVectorInt

        public TestCallVectorInt​(int[] x)
        Constructor for initialization of all fields.
        Parameters:
        x - Vector of numbers to return.