Adam / poe /graphql /ChatViewQuery.graphql
t.me/xtekky
poe api gpt-4
1396122
raw
history blame
154 Bytes
query ChatViewQuery($bot: String!) {
chatOfBot(bot: $bot) {
id
chatId
defaultBotNickname
shouldShowDisclaimer
}
}