public static class TdApi.TestCallVectorStringObject extends TdApi.Function<TdApi.TestVectorStringObject>
Returns TestVectorStringObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.TestString[] |
x
Vector of objects to return.
|
| Constructor and Description |
|---|
TestCallVectorStringObject()
Default constructor for a function, which returns the received vector of objects containing a string; for testing only.
|
TestCallVectorStringObject(TdApi.TestString[] x)
Creates a function, which returns the received vector of objects containing a string; for testing only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.TestString[] x
public static final int CONSTRUCTOR
public TestCallVectorStringObject()
Returns TestVectorStringObject
public TestCallVectorStringObject(TdApi.TestString[] x)
Returns TestVectorStringObject
x - Vector of objects to return.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object