| query SummarizeSharePostQuery($comment: String!, $chatId: BigInt!, $messageIds: [BigInt!]!) { | |
| summarizeSharePost(comment: $comment, chatId: $chatId, messageIds: $messageIds) | |
| } | |
| query SummarizeSharePostQuery($comment: String!, $chatId: BigInt!, $messageIds: [BigInt!]!) { | |
| summarizeSharePost(comment: $comment, chatId: $chatId, messageIds: $messageIds) | |
| } | |