/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/bot.json
58 строк
1 KB
Danny Ayoub
Plumb hasWallet through to PromptReset (#19932)
26 сен 2019, 18:24
Не верифицирован
26 сен 2019, 18:24
b39bac8
Код
Авторство
О чём код?
{ "protocol": "bot", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [ { "type": "record", "name": "BotToken", "fields": [], "typedef": "string" }, { "type": "record", "name": "BotTokenInfo", "fields": [ { "type": "BotToken", "name": "token", "mppackkey": "bot_token", "jsonkey": "bot_token" }, { "type": "Time", "name": "ctime", "mppackkey": "ctime", "jsonkey": "ctime" } ] } ], "messages": { "botTokenList": { "request": [], "response": { "type": "array", "items": "BotTokenInfo" } }, "botTokenCreate": { "request": [], "response": "BotToken" }, "botTokenDelete": { "request": [ { "name": "token", "type": "BotToken" } ], "response": null } }, "namespace": "keybase.1" }