{
    "start": {
        "scopes": [
            {
                "name": "BotCommandScopeDefault"
            },
            {
                "name": "BotCommandScopeChat",
                "chat_id": "owner"
            }
        ]
    },
    "shutdown": {
        "scopes": [
            {
                "name": "BotCommandScopeChat",
                "chat_id": "owner"
            }
        ]
    },
    "remove_commands": {
        "scopes": [
            {
                "name": "BotCommandScopeChat",
                "chat_id": "owner"
            }
        ]
    }
}