public static class TdApi.TestCallVectorStringObject extends TdApi.Function
Returns TestVectorStringObject
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function