public static class TdApi.JsonValueObject extends TdApi.JsonValue
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.JsonObjectMember[] |
members
The list of object members.
|
| Constructor and Description |
|---|
JsonValueObject()
Represents a JSON object.
|
JsonValueObject(TdApi.JsonObjectMember[] members)
Represents a JSON object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.JsonObjectMember[] members
public static final int CONSTRUCTOR
public JsonValueObject()
public JsonValueObject(TdApi.JsonObjectMember[] members)
members - The list of object members.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object