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

608 B

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

Constructor: jsonArray

Back to constructors index

JSON array

Attributes:

Name Type Required Description
value Array of JSONValue Yes JSON values

Type: JSONValue

Example:

$jsonArray = ['_' => 'jsonArray', 'value' => [JSONValue, JSONValue]];