Layer 227
constructor
jsonObject#99c1d49d value:Vector<JSONObjectValue> = JSONValue;

Parameters

Name Type Description
Value Vector < JSONObjectValue > Values

Returns

JSONValue

Gogram Example

// Creating JsonObject constructor
obj := &tg.JsonObject{
    Value: &tg.VectorJsonObjectValue{},
}