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