Files
SillyTavern/poe_graphql/MessageDeletedSubscription.graphql
SillyLossy a788acdf4b Fix poe
2023-04-16 01:33:22 +03:00

9 lines
142 B
GraphQL

subscription subscriptions_messageDeleted_Subscription(
$chatId: BigInt!
) {
messageDeleted(chatId: $chatId) {
id
messageId
}
}