MadelineProtoDocs/docs/API_docs/constructors/jsonBool.md

592 B

title description image
jsonBool JSON boolean value 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];

Or, if you're into Lua:

jsonBool={_='jsonBool', value=Bool}