7 lines
135 B
GraphQL
7 lines
135 B
GraphQL
subscription MessageDeletedSubscription($chatId: BigInt!) {
|
|
messageDeleted(chatId: $chatId) {
|
|
id
|
|
messageId
|
|
}
|
|
}
|