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