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

709 B

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

Constructor: jsonObjectValue

Back to constructors index

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];