Layer 227
constructor
jsonArray#f7444763 value:Vector<JSONValue> = JSONValue;

Parameters

Name Type Description
Value Vector < JSONValue > JSON values

Returns

JSONValue

Gogram Example

// Creating JsonArray constructor
obj := &tg.JsonArray{
    Value: &tg.VectorJsonValue{},
}