Layer 220
constructor
jsonBool#c7345e6a value:Bool = JSONValue;

Parameters

Name Type Description
Value Bool Value

Returns

JSONValue

Gogram Example

// Creating JsonBool constructor
obj := &tg.JsonBool{
    Value: true,
}