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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int[] value
public static final int CONSTRUCTOR
public TestVectorInt()
public TestVectorInt(int[] value)
value - Vector of numbers.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object