When a room is archived, it is designated as read-only and removed from the channel list on the left sidebar.
Method | Requires Auth | Permission |
---|---|---|
| Yes |
|
Payload parameters
Argument | Example | Required | Description |
---|---|---|---|
|
| Required | The room ID. |
Example call
{
"msg": "method",
"method": "archiveRoom",
"id": "3",
"params": [
"64a1f373376181965ab77f54"
]
}
Example response
{
"msg": "result",
"id": "3"
}