freegpt4-duplicated / gpt4free /quora /graphql /ShareMessagesMutation.graphql
pruth23's picture
Duplicate from pruth23/freegpt4
2f013d1
raw
history blame contribute delete
213 Bytes
mutation ShareMessagesMutation(
$chatId: BigInt!
$messageIds: [BigInt!]!
$comment: String
) {
messagesShare(chatId: $chatId, messageIds: $messageIds, comment: $comment) {
shareCode
}
}