Adam / poe /graphql /ShareMessagesMutation.graphql
t.me/xtekky
poe api gpt-4
1396122
raw
history blame
213 Bytes
mutation ShareMessagesMutation(
$chatId: BigInt!
$messageIds: [BigInt!]!
$comment: String
) {
messagesShare(chatId: $chatId, messageIds: $messageIds, comment: $comment) {
shareCode
}
}