Adam / poe /graphql /StaleChatUpdateMutation.graphql
t.me/xtekky
poe api gpt-4
1396122
raw
history blame
159 Bytes
mutation StaleChatUpdateMutation($chatId: BigInt!) {
staleChatUpdate(chatId: $chatId) {
message {
...MessageFragment
}
}
}