Hello when try to send message using your API Services
{
"channelId": "string",
"messageId": "string",
"type": "text",
"data": {
"text": "string"
},
"fileId": "string",
"parentId": "string",
"metadata": {},
"tags": [
"string"
],
"mentionees": [
{
"type": "user",
"userIds": [
"string"
]
}
]
}
What is the Parent Id ? and How can send text message or image message and what should be in the messageId and what this used for and the notfication of message doesn’t work if I don’t put mentions?