/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/chat1/blocking.json
37 строк
655 B
Jakob Weisblat
chat protocol (#21467)
09 дек 2019, 19:15
Не верифицирован
09 дек 2019, 19:15
881c608
Код
Авторство
О чём код?
{ "protocol": "blocking", "imports": [ { "path": "../gregor1", "type": "idl", "import_as": "gregor1" } ], "types": [], "messages": { "blockConversations": { "request": [ { "name": "uid", "type": "gregor1.UID" }, { "name": "tlfIDsBlocked", "type": { "type": "array", "items": "TLFID" } }, { "name": "tlfIDsUnblocked", "type": { "type": "array", "items": "TLFID" } } ], "response": null } }, "namespace": "chat.1" }