DataJSON
- class pyrogram.raw.base.DataJSON
Represent a JSON-encoded object
- Constructors:
This base type has 1 constructor available.
Represents a json-encoded object
- Functions:
This object can be returned by 3 functions.
Sends a custom request; for bots only
Send a custom request from a mini bot app, triggered by a web_app_invoke_custom_method event ».
Get phone call configuration to be passed to libtgvoip's shared config
TL Schema
dataJSON#7d748d04
data:string
= DataJSON
Parameter Tree
DataJSON
└── data →
stringExample
DataJSON(
data="text",
)