Unarchiving a room reverses its read-only status and returns it to the channel list on the left sidebar.
Method | Requires Auth | Permission |
---|---|---|
| Yes |
|
Payload parameters
Argument | Example | Required | Description |
---|---|---|---|
|
| Required | The room ID. |
Example call
{
"msg": "method",
"method": "unarchiveRoom",
"id": "5",
"params": [
"64a1f540376181965ab77f5b"
]
}
Example response
{
"msg": "result",
"id": "5"
}