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

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

Back to constructors index

Represents a json-encoded object

Attributes:

Name Type Required Description
data string Yes JSON-encoded object

Type: DataJSON

Example:

$dataJSON = ['_' => 'dataJSON', 'data' => 'string'];