public static class TdApi.JsonValueArray extends TdApi.JsonValue
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.JsonValue[] values
public static final int CONSTRUCTOR
public JsonValueArray()
public JsonValueArray(TdApi.JsonValue[] values)
values - The list of array elements.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object