public static class TdApi.TestVectorInt extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int[] |
value
Vector of numbers.
|
Constructor and Description |
---|
TestVectorInt()
A simple object containing a vector of numbers; for testing only.
|
TestVectorInt(int[] value)
A simple object containing a vector of numbers; for testing only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int[] value
public static final int CONSTRUCTOR
public TestVectorInt()
public TestVectorInt(int[] value)
value
- Vector of numbers.public int getConstructor()
getConstructor
in class TdApi.Object