580 B
580 B
title | description | image |
---|---|---|
dataJSON | Data json | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: dataJSON
Data json
Attributes:
Name | Type | Required | Description |
---|---|---|---|
data | string | Yes | Data |
Type: DataJSON
Example:
$dataJSON = ['_' => 'dataJSON', 'data' => 'string'];
Or, if you're into Lua:
dataJSON={_='dataJSON', data='string'}