diff options
Diffstat (limited to 'poe/graphql/MessageDeletedSubscription.graphql')
-rw-r--r-- | poe/graphql/MessageDeletedSubscription.graphql | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/poe/graphql/MessageDeletedSubscription.graphql b/poe/graphql/MessageDeletedSubscription.graphql deleted file mode 100644 index 54c1c164..00000000 --- a/poe/graphql/MessageDeletedSubscription.graphql +++ /dev/null @@ -1,6 +0,0 @@ -subscription MessageDeletedSubscription($chatId: BigInt!) { - messageDeleted(chatId: $chatId) { - id - messageId - } -} |