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

645 B

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

Constructor: jsonObject

Back to constructors index

JSON object value

Attributes:

Name Type Required Description
value Array of JSONObjectValue Yes Values

Type: JSONValue

Example:

$jsonObject = ['_' => 'jsonObject', 'value' => [JSONObjectValue, JSONObjectValue]];