Layer 220
constructor
jsonString#b71e767a value:string = JSONValue;

Parameters

Name Type Description
Value string Value

Returns

JSONValue

Gogram Example

// Creating JsonString constructor
obj := &tg.JsonString{
    Value: "...",
}