1
0
mirror of https://github.com/danog/tl-schema.git synced 2025-01-05 20:48:29 +01:00
tl-schema/l032/schema.json
Viktor Oreshkin 8b3f7c1b21 Add layer 032
2017-08-16 15:15:53 +03:00

90 lines
1.6 KiB
JSON

{
"constructors": [
{
"id": "-556656416",
"predicate": "documentAttributeAudio",
"params": [
{
"name": "duration",
"type": "int"
},
{
"name": "title",
"type": "string"
},
{
"name": "performer",
"type": "string"
}
],
"type": "DocumentAttribute"
},
{
"id": "-719474725",
"predicate": "messages.allStickers",
"params": [
{
"name": "hash",
"type": "string"
},
{
"name": "sets",
"type": "Vector<StickerSet>"
}
],
"type": "messages.AllStickers"
},
{
"id": "-852477119",
"predicate": "stickerSet",
"params": [
{
"name": "flags",
"type": "#"
},
{
"name": "id",
"type": "long"
},
{
"name": "access_hash",
"type": "long"
},
{
"name": "title",
"type": "string"
},
{
"name": "short_name",
"type": "string"
},
{
"name": "count",
"type": "int"
},
{
"name": "hash",
"type": "int"
}
],
"type": "StickerSet"
}
],
"methods": [
{
"id": "2066793382",
"method": "messages.installStickerSet",
"params": [
{
"name": "stickerset",
"type": "InputStickerSet"
},
{
"name": "disabled",
"type": "Bool"
}
],
"type": "Bool"
}
]
}