MadelineProto/old_docs/API_docs_v66/constructors/dataJSON.md
2017-06-30 15:36:33 +02:00

487 B

title description
dataJSON dataJSON attributes, type and example

Constructor: dataJSON

Back to constructors index

Attributes:

Name Type Required
data string Yes

Type: DataJSON

Example:

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

Or, if you're into Lua:

dataJSON={_='dataJSON', data=string, }