Layer 220
constructor
jsonObjectValue#c0de1bd9 key:string value:JSONValue = JSONObjectValue;

Parameters

Name Type Description
Key string Key
Value JSONValue Value

Returns

JSONObjectValue

Gogram Example

// Creating JsonObjectValue constructor
obj := &tg.JsonObjectValue{
    Key: "...",
    Value: &tg.JsonValue{},
}