query ChatViewQuery($bot: String!) {
    chatOfBot(bot: $bot) {
        id
        chatId
        defaultBotNickname
        shouldShowDisclaimer
    }
}