/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/chat1/commands.json
106 строк
2 KB
Mike Maxim
bot commands from chat API (#18416)
17 июл 2019, 21:26
Не верифицирован
17 июл 2019, 21:26
c3da48b
Код
Авторство
О чём код?
{ "protocol": "commands", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [ { "type": "record", "name": "ConversationCommand", "fields": [ { "type": "string", "name": "description" }, { "type": "string", "name": "name" }, { "type": "string", "name": "usage" }, { "type": "boolean", "name": "hasHelpText" }, { "type": [ null, "string" ], "name": "username" } ] }, { "type": "enum", "name": "ConversationCommandGroupsTyp", "symbols": [ "BUILTIN_0", "CUSTOM_1", "NONE_2" ] }, { "type": "enum", "name": "ConversationBuiltinCommandTyp", "symbols": [ "NONE_0", "ADHOC_1", "SMALLTEAM_2", "BIGTEAM_3", "BIGTEAMGENERAL_4" ] }, { "type": "record", "name": "ConversationCommandGroupsCustom", "fields": [ { "type": { "type": "array", "items": "ConversationCommand" }, "name": "commands" } ] }, { "type": "variant", "name": "ConversationCommandGroups", "switch": { "type": "ConversationCommandGroupsTyp", "name": "typ" }, "cases": [ { "label": { "name": "BUILTIN", "def": false }, "body": "ConversationBuiltinCommandTyp" }, { "label": { "name": "CUSTOM", "def": false }, "body": "ConversationCommandGroupsCustom" }, { "label": { "name": "NONE", "def": false }, "body": null } ] } ], "messages": {}, "namespace": "chat.1" }