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