1
0
mirror of https://github.com/danog/tl-schema.git synced 2024-12-03 09:48:01 +01:00
tl-schema/l011/schema.json

83 lines
1.5 KiB
JSON
Raw Normal View History

2017-07-03 01:11:29 +02:00
{
"constructors": [
{
"id": "-931638658",
"predicate": "encryptedChatRequested",
"params": [
{
"name": "id",
"type": "int"
},
{
"name": "access_hash",
"type": "long"
},
{
"name": "date",
"type": "int"
},
{
"name": "admin_id",
"type": "int"
},
{
"name": "participant_id",
"type": "int"
},
{
"name": "g_a",
"type": "bytes"
}
],
"type": "EncryptedChat"
},
{
"id": "-94974410",
"predicate": "encryptedChat",
"params": [
{
"name": "id",
"type": "int"
},
{
"name": "access_hash",
"type": "long"
},
{
"name": "date",
"type": "int"
},
{
"name": "admin_id",
"type": "int"
},
{
"name": "participant_id",
"type": "int"
},
{
"name": "g_a_or_b",
"type": "bytes"
},
{
"name": "key_fingerprint",
"type": "long"
}
],
"type": "EncryptedChat"
}
],
"methods": [
{
"id": "-1497853985",
"method": "invokeWithLayer11",
"params": [
{
"name": "query",
"type": "!X"
}
],
"type": "X"
}
]
}