summaryrefslogtreecommitdiffstats
path: root/gpt4free/quora/graphql/MessageDeletedSubscription.graphql
blob: 54c1c164ea8695d3389e93025b182e17a51f4a2d (plain) (blame)
1
2
3
4
5
6
subscription MessageDeletedSubscription($chatId: BigInt!) {
    messageDeleted(chatId: $chatId) {
        id
        messageId
    }
}