MadelineProtoDocs/docs/API_docs/constructors/jsonNull.md

387 B

title description image
jsonNull null JSON value https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: jsonNull

Back to constructors index

null JSON value

Type: JSONValue

Example:

$jsonNull = ['_' => 'jsonNull'];

Or, if you're into Lua:

jsonNull={_='jsonNull'}