1
0
mirror of https://github.com/danog/tl-schema.git synced 2024-12-02 17:28:32 +01:00
tl-schema/l007/schema.json

40 lines
655 B
JSON
Raw Normal View History

2017-07-03 00:17:15 +02:00
{
"constructors": [
{
"id": "1662091044",
"predicate": "wallPaperSolid",
"params": [
{
"name": "id",
"type": "int"
},
{
"name": "title",
"type": "string"
},
{
"name": "bg_color",
"type": "int"
},
{
"name": "color",
"type": "int"
}
],
"type": "WallPaper"
}
],
"methods": [
{
"id": "-1514252589",
"method": "invokeWithLayer7",
"params": [
{
"name": "query",
"type": "!X"
}
],
"type": "X"
}
]
}