Welcome

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

  1. String - the id of the room to unarchive

Example Call

{
    "msg": "method",
    "method": "unarchiveRoom",
    "id": "99",
    "params": [
        "roomId"
    ]
}

Example Response

{
    "msg": "result",
    "id": "99"
}

See Also