Class TdApi.TestCallVectorInt

  • Enclosing class:
    TdApi

    public static class TdApi.TestCallVectorInt
    extends TdApi.Function
    Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization.

    Returns TestVectorInt

    • 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 for a function, which returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization.

        Returns TestVectorInt

      • TestCallVectorInt

        public TestCallVectorInt​(int[] x)
        Creates a function, which returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization.

        Returns TestVectorInt

        Parameters:
        x - Vector of numbers to return.