MadelineProtoDocs/docs/API_docs/constructors/jsonBool.md
2024-05-01 14:53:46 +02:00

30 lines
577 B
Markdown

---
title: "jsonBool"
description: "JSON boolean value"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: jsonBool
[Back to constructors index](/API_docs/constructors/index.html)
JSON boolean value
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|value|[Bool](/API_docs/types/Bool.html) | Yes|Value|
### Type: [JSONValue](/API_docs/types/JSONValue.html)
### Example:
```
$jsonBool = ['_' => 'jsonBool', 'value' => Bool];
```