Unarchive Rooms (Realtime)

Prev Next

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

Method

Requires Auth

Permission

unarchiveRoom

Yes

unarchive-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"
}