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

577 B

title description nav_exclude image
jsonBool JSON boolean value true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: jsonBool

Back to constructors index

JSON boolean value

Attributes:

Name Type Required Description
value Bool Yes Value

Type: JSONValue

Example:

$jsonBool = ['_' => 'jsonBool', 'value' => Bool];