chatgpt-plugin/utils/poe/graphql/ChatViewQuery.graphql
2023-04-15 21:00:34 +08:00

8 lines
154 B
GraphQL

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