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