712 B
712 B
title | description | image |
---|---|---|
jsonString | Json string | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: jsonString
Json string
Attributes:
Name | Type | Required | Description |
---|---|---|---|
value | string | Yes | Value |
Type: JSONValue
Example:
$jsonString = ['_' => 'jsonString', 'value' => 'string'];
PWRTelegram json-encoded version:
{"_": "jsonString", "value": "string"}
Or, if you're into Lua:
jsonString={_='jsonString', value='string'}