gpt4free/gpt4free/quora/graphql/ChatViewQuery.graphql

9 行
154 B
GraphQL

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