public static class TdApi.TestVectorString extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String[] |
value
Vector of strings.
|
| Constructor and Description |
|---|
TestVectorString()
A simple object containing a vector of strings; for testing only.
|
TestVectorString(java.lang.String[] value)
A simple object containing a vector of strings; for testing only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String[] value
public static final int CONSTRUCTOR
public TestVectorString()
public TestVectorString(java.lang.String[] value)
value - Vector of strings.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object