mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
623 B
623 B
title | description | nav_exclude | image |
---|---|---|---|
dataJSON | Represents a json-encoded object | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: dataJSON
Represents a json-encoded object
Attributes:
Name | Type | Required | Description |
---|---|---|---|
data | string | Yes | JSON-encoded object |
Type: DataJSON
Example:
$dataJSON = ['_' => 'dataJSON', 'data' => 'string'];