gpt4free-original/quora/graphql/ChatViewQuery.graphql

9 行
154 B
GraphQL
Raw 通常表示 履歴

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