Files
chatGPTBox/src/services/clients/poe/graphql/ChatViewQuery.graphql
T
2023-04-27 20:31:53 +08:00

9 lines
154 B
GraphQL

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