Adam / poe /graphql /MessageDeletedSubscription.graphql
t.me/xtekky
poe api gpt-4
1396122
raw
history blame
135 Bytes
subscription MessageDeletedSubscription($chatId: BigInt!) {
messageDeleted(chatId: $chatId) {
id
messageId
}
}