Package org.drinkless.tdlib
Class TdApi.TestCallVectorInt
- 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
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.int[]Vector of numbers to return. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns the received vector of numbers; for testing only.TestCallVectorInt(int[] x) Creates a function, which returns the received vector of numbers; for testing only. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
x
public int[] xVector of numbers to return. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-