1
0
Fork 0
GPT4FREE/gpt4free/quora/graphql/ChatViewQuery.graphql
2023-04-29 14:55:24 +05:30

8 lines
154 B
GraphQL

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