Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 834 Bytes

File metadata and controls

33 lines (25 loc) · 834 Bytes

Unarchive Rooms

Unarchiving a room reverses its read-only status and returns it to the channel list on the left sidebar.

NameRequires AuthPermissionSetting
unarchiveRoomYesunarchive-room

Payload Parameters

Argument Example Required Description
roomId 64a1f373376181965ab77f54 Required The room id.

Example Call

{
    "msg": "method",
    "method": "unarchiveRoom",
    "id": "5",
    "params": [
        "64a1f540376181965ab77f5b"
    ]
}

Example Response

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