JSONValue#

class pyrogram.raw.base.JSONValue#

JSON value API schema:

Constructors:

This base type has 6 constructors available.

JsonArray

JSON array API schema:

JsonBool

JSON boolean value API schema:

JsonNull

null JSON value API schema:

JsonNumber

JSON numeric value API schema:

JsonObject

JSON object value API schema:

JsonString

JSON string API schema: