JsonObjectValue#

class pyrogram.raw.types.JsonObjectValue#

JSON key: value pair.

Constructor of JSONObjectValue.

Details:
  • Layer: 158

  • ID: C0DE1BD9

Parameters:
  • key (str) – Key.

  • value (JSONValue) – Value.