public static class TdApi.JsonValueArray extends TdApi.JsonValue
TdApi.JsonValue.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.JsonValue[] |
values
The list of array elements.
|
Constructor and Description |
---|
JsonValueArray()
Represents a JSON array.
|
JsonValueArray(TdApi.JsonValue[] values)
Represents a JSON array.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.JsonValue[] values
public static final int CONSTRUCTOR
public JsonValueArray()
public JsonValueArray(TdApi.JsonValue[] values)
values
- The list of array elements.public int getConstructor()
getConstructor
in class TdApi.JsonValue