MadelineProtoDocs/docs/API_docs/constructors/jsonNumber.md

612 B

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

Constructor: jsonNumber

Back to constructors index

JSON numeric value

Attributes:

Name Type Required Description
value double Yes Value

Type: JSONValue

Example:

$jsonNumber = ['_' => 'jsonNumber', 'value' => double];

Or, if you're into Lua:

jsonNumber={_='jsonNumber', value=double}