mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
608 B
608 B
title | description | nav_exclude | image |
---|---|---|---|
jsonArray | JSON array | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: jsonArray
JSON array
Attributes:
Name | Type | Required | Description |
---|---|---|---|
value | Array of JSONValue | Yes | JSON values |
Type: JSONValue
Example:
$jsonArray = ['_' => 'jsonArray', 'value' => [JSONValue, JSONValue]];