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