poe api gpt-4
This commit is contained in:
6
poe/graphql/MessageDeletedSubscription.graphql
Normal file
6
poe/graphql/MessageDeletedSubscription.graphql
Normal file
@@ -0,0 +1,6 @@
|
||||
subscription MessageDeletedSubscription($chatId: BigInt!) {
|
||||
messageDeleted(chatId: $chatId) {
|
||||
id
|
||||
messageId
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user