1
0
mirror of https://github.com/danog/tl-schema.git synced 2024-11-30 04:19:47 +01:00
tl-schema/l021/schema.json
Viktor Oreshkin dc7100a726 Add layer 021
2017-08-16 15:13:48 +03:00

69 lines
1.3 KiB
JSON

{
"constructors": [
{
"id": "-1618676578",
"predicate": "messageMediaUnsupported",
"params": [],
"type": "MessageMedia"
},
{
"id": "2108568544",
"predicate": "config",
"params": [
{
"name": "date",
"type": "int"
},
{
"name": "expires",
"type": "int"
},
{
"name": "test_mode",
"type": "Bool"
},
{
"name": "this_dc",
"type": "int"
},
{
"name": "dc_options",
"type": "Vector<DcOption>"
},
{
"name": "chat_big_size",
"type": "int"
},
{
"name": "chat_size_max",
"type": "int"
},
{
"name": "broadcast_size_max",
"type": "int"
},
{
"name": "disabled_features",
"type": "Vector<DisabledFeature>"
}
],
"type": "Config"
},
{
"id": "-1369215196",
"predicate": "disabledFeature",
"params": [
{
"name": "feature",
"type": "string"
},
{
"name": "description",
"type": "string"
}
],
"type": "DisabledFeature"
}
],
"methods": []
}