Star/Unstar Message
- Print
- DarkLight
- PDF
Star/Unstar Message
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Starring messages enables users to save them easily for future reference or personal use.
Method | Requires Auth | Setting |
---|---|---|
| Yes |
|
Payload parameters
Argument | Example | Required | Description |
---|---|---|---|
|
| Required | The message object. |
The message
object contains the following properties:
|
| Required | The message ID that you want to star or unstar. |
|
| Required | The room ID. |
|
| Required | It can only be
|
Example call
{
"msg": "method",
"method": "starMessage",
"id": "21",
"params": [{
"_id": "8gMsLe9ApZjo2D2iB",
"rid": "64a1f373376181965ab77f54",
"starred": true
}]
}
Example response
{
"msg": "result",
"id": "21",
"result": true
}
Was this article helpful?