Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 746 Bytes

unarchive-rooms.md

File metadata and controls

44 lines (32 loc) · 746 Bytes

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