1
0
Fork 0
GPT4FREE/poe/graphql/ChatViewQuery.graphql

9 lines
154 B
GraphQL
Raw Normal View History

2023-03-29 20:10:42 +00:00
query ChatViewQuery($bot: String!) {
chatOfBot(bot: $bot) {
id
chatId
defaultBotNickname
shouldShowDisclaimer
}
}