1
0
Fork 0
GPT4FREE/openai_rev/quora/graphql/ShareMessagesMutation.graphql
2023-04-28 00:40:43 +05:30

10 lines
213 B
GraphQL

mutation ShareMessagesMutation(
$chatId: BigInt!
$messageIds: [BigInt!]!
$comment: String
) {
messagesShare(chatId: $chatId, messageIds: $messageIds, comment: $comment) {
shareCode
}
}