freegpt-webui / g4f /.v1 /gpt4free /quora /graphql /ShareMessagesMutation.graphql
monra's picture
Adds all providers from the original API
d4adf88
raw
history blame
213 Bytes
mutation ShareMessagesMutation(
$chatId: BigInt!
$messageIds: [BigInt!]!
$comment: String
) {
messagesShare(chatId: $chatId, messageIds: $messageIds, comment: $comment) {
shareCode
}
}