JSONValue#

class pyrogram.raw.base.JSONValue#

JSON value.

Constructors:

This base type has 6 constructors available.

JsonArray

JSON array.

JsonBool

JSON boolean value.

JsonNull

null JSON value.

JsonNumber

JSON numeric value.

JsonObject

JSON object value.

JsonString

JSON string.