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