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
Viktor Oreshkin c3b618f1c2 Add layer 007
2017-08-16 15:12:46 +03:00

40 lines
655 B
JSON

{
"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"
}
]
}