public static class TdApi.TestCallVectorString extends TdApi.Function
Returns TestVectorString
TdApi.Function.Constructors| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String[] |
x
Vector of strings to return.
|
| Constructor and Description |
|---|
TestCallVectorString()
Default constructor for a function, which returns the received vector of strings; for testing only.
|
TestCallVectorString(java.lang.String[] x)
Creates a function, which returns the received vector of strings; for testing only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic java.lang.String[] x
public static final int CONSTRUCTOR
public TestCallVectorString()
Returns TestVectorString
public TestCallVectorString(java.lang.String[] x)
Returns TestVectorString
x - Vector of strings to return.public int getConstructor()
getConstructor in class TdApi.Function