/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/avatars.json
106 строк
2 KB
Mike Maxim
give the JS info about the type of avatar updated (#14442)
26 окт 2018, 23:33
Не верифицирован
26 окт 2018, 23:33
c01e52c
Код
Авторство
О чём код?
{ "protocol": "avatars", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [ { "type": "record", "name": "AvatarUrl", "fields": [], "typedef": "string" }, { "type": "record", "name": "AvatarFormat", "fields": [], "typedef": "string" }, { "type": "record", "name": "LoadAvatarsRes", "fields": [ { "type": { "type": "map", "values": { "type": "map", "values": "AvatarUrl", "keys": "AvatarFormat" }, "keys": "string" }, "name": "picmap" } ] }, { "type": "record", "name": "AvatarClearCacheMsg", "fields": [ { "type": "string", "name": "name", "jsonkey": "name" }, { "type": { "type": "array", "items": "AvatarFormat" }, "name": "formats", "jsonkey": "formats" }, { "type": "AvatarUpdateType", "name": "typ", "jsonkey": "typ" } ] } ], "messages": { "loadUserAvatars": { "request": [ { "name": "names", "type": { "type": "array", "items": "string" } }, { "name": "formats", "type": { "type": "array", "items": "AvatarFormat" } } ], "response": "LoadAvatarsRes" }, "loadTeamAvatars": { "request": [ { "name": "names", "type": { "type": "array", "items": "string" } }, { "name": "formats", "type": { "type": "array", "items": "AvatarFormat" } } ], "response": "LoadAvatarsRes" } }, "namespace": "keybase.1" }