File size: 180 Bytes
1396122
 
 
1
2
3
4
query SummarizeSharePostQuery($comment: String!, $chatId: BigInt!, $messageIds: [BigInt!]!) {
    summarizeSharePost(comment: $comment, chatId: $chatId, messageIds: $messageIds)
}