- Enclosing class:
- TdApi
Returns the received vector of numbers;
for testing only. This is an offline
method. Can be called before authorization.
Returns
TestVectorInt
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int[]
Vector of numbers to return. -
Constructor Summary
ConstructorDescriptionReturns the received vector of numbers; for testing only.TestCallVectorInt
(int[] x) Returns the received vector of numbers; for testing only.TestCallVectorInt
(DataInput input) Returns the received vector of numbers; for testing only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
x
public int[] xVector of numbers to return. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
TestCallVectorInt
public TestCallVectorInt()Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization. ReturnsTestVectorInt
-
TestCallVectorInt
public TestCallVectorInt(int[] x) Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization. ReturnsTestVectorInt
- Parameters:
x
- int[] Vector of numbers to return.
-
TestCallVectorInt
Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization. ReturnsTestVectorInt
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-