1
0
mirror of https://github.com/danog/tl-schema.git synced 2024-12-02 09:18:01 +01:00
tl-schema/l012/schema.json

92 lines
1.7 KiB
JSON
Raw Normal View History

2017-07-03 01:15:26 +02:00
{
"constructors": [
{
"id": "-269659687",
"predicate": "auth.sentCode",
"params": [
{
"name": "phone_registered",
"type": "Bool"
},
{
"name": "phone_code_hash",
"type": "string"
},
{
"name": "send_call_timeout",
"type": "int"
},
{
"name": "is_password",
"type": "Bool"
}
],
"type": "auth.SentCode"
},
{
"id": "777313652",
"predicate": "config",
"params": [
{
"name": "date",
"type": "int"
},
{
"name": "test_mode",
"type": "Bool"
},
{
"name": "this_dc",
"type": "int"
},
{
"name": "dc_options",
"type": "Vector<DcOption>"
},
{
"name": "chat_size_max",
"type": "int"
},
{
"name": "broadcast_size_max",
"type": "int"
}
],
"type": "Config"
},
{
"id": "398898678",
"predicate": "help.support",
"params": [
{
"name": "phone_number",
"type": "string"
},
{
"name": "user",
"type": "User"
}
],
"type": "help.Support"
}
],
"methods": [
{
"id": "-1663104819",
"method": "help.getSupport",
"params": [],
"type": "help.Support"
},
{
"id": "-576320196",
"method": "invokeWithLayer12",
"params": [
{
"name": "query",
"type": "!X"
}
],
"type": "X"
}
]
}