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

Parameters

Name Type Description
Key string Key
Value JSONValue Value

Returns

JSONObjectValue

Gogram Example

// Creating JsonObjectValueObj constructor
obj := &tg.JsonObjectValueObj{
    Key: "example",
    Value: &tg.JsonArray{},
}