Unarchiving a room removes it from being read only and then adds it back to the channel list on the left.
Logged In | Permission | Setting |
---|---|---|
Yes | unarchive-room |
none |
- String - the id of the room to unarchive
{
"msg": "method",
"method": "unarchiveRoom",
"id": "99",
"params": [
"roomId"
]
}
{
"msg": "result",
"id": "99"
}