1
0
Fork 0
GPT4FREE/openai_rev/quora/graphql/ChatViewQuery.graphql
2023-04-28 00:40:43 +05:30

9 lines
154 B
GraphQL

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