1
0
Fork 0
GPT4FREE/poe/graphql/ChatViewQuery.graphql
2023-03-29 21:10:42 +01:00

9 lines
154 B
GraphQL

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