public static class TdApi.TestCallVectorInt extends TdApi.Function<TdApi.TestVectorInt>
Returns TestVectorInt
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int[] |
x
Vector of numbers to return.
|
| Constructor and Description |
|---|
TestCallVectorInt()
Default 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int[] x
public static final int CONSTRUCTOR
public TestCallVectorInt()
Returns TestVectorInt
public TestCallVectorInt(int[] x)
Returns TestVectorInt
x - Vector of numbers to return.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object