summaryrefslogtreecommitdiffstats
path: root/g4f/.v1/gpt4free/quora/graphql/ChatViewQuery.graphql
blob: c330107df0267a3235e2ac93f7fde58a93540bf1 (plain) (blame)
1
2
3
4
5
6
7
8
query ChatViewQuery($bot: String!) {
    chatOfBot(bot: $bot) {
        id
        chatId
        defaultBotNickname
        shouldShowDisclaimer
    }
}