Layer 224
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: "Hello, World!",
    Value: &tg.JsonValue{},
}