Message Details Object
The Message Details object in Cliq is used to extend the functionality of a bot. It enables the bot to process the users' replies in a much more meaningful context. The message_details object is passed as an attribute to the Bot Mention Handler and Bot Message Handler.
Properties of the message_details object :
Attribute | Description |
time | The message sent time. |
message | A JSON Object with details about the message. |
The structure of the message JSON object differs depending on whether it is a Text, Link or Attachment.
Properties of the message object type : text
Attribute | Description |
replied_message | Details of the message to which the current message is added as a reply. |
type | The type of message. For text messages, the type is 'text'. |
text | The message content. |
mentions | JSON Array of objects with details about the users or bots mentioned in the message. |
Properties of replied_message object :
Attribute | Description |
sender | Details of the sender |
time | The message sent time. |
mentions | JSON Array of objects with details about the users or bots mentioned in the message. |
{
"time":1606715627231,
"message":
{
"replied_message":
{
"sender":
{
"name":"WorkDriveBot",
"id":"b-1735998001178543591"
},
"mentions":[],
"time":1606715211110,
"text":"hi",
"id":"1606715211110_614577765734",
"type":"text"
},
"mentions":
[
{
"last_name":"fisher",
"dname":"@scottfisher",
"id":"664347134",
"type":"user",
"first_name":"scott",
"email":"scott.fisher@zylker.com"
}
],
"text":"{@}",
"type":"text"
}
}
Properties of the message object type : attachment
Attribute | Description |
file | JSON object containing details of the file shared |
comment | Comment added to the attachment. |
type | The type of message. For attachments , the type is 'attachment'. |
File object properties
Attribute | Description |
name | Name of the file |
id | Unique identifier for the file |
type | Media type of the file |
url | Download url of the file |
{
"time":1606715211041,
"message":
{
"file":
{
"name":"Pic1.png",
"id":"8cd900a44c807d6fb91a79468836cdb5f9e86edd77562c3da3c4eff8a3909340c25c9d9d14d5f86e4d9864e972ffa21",
"type":"image/png",
"url":"https://cliq.zoho.com/v2/attachments/177b28759ae32bb0fn882d5211f70a71520c7743472ee2ab1a8f6b
43e3cd4d69080d4e807135f348cb87dcb143418a140d927334408228d4bc74408681a09b188f02b1e10a7abe6f6"
},
"comment":"{@