Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 777 Bytes

File metadata and controls

35 lines (27 loc) · 777 Bytes

Archive Rooms

When a room is archived, it is designated as read-only and removed from the channel list on the left sidebar.

Name Requires Auth Permission Setting
archiveRoom Yes archive-room

Payload Parameters

Argument Example Required Description
roomId 64a1f373376181965ab77f54 Required The room id

Example Call

{
    "msg": "method",
    "method": "archiveRoom",
    "id": "3",
    "params": [
        "64a1f373376181965ab77f54"
    ]
}

Example Response

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