Unarchive Rooms (Realtime)
- Print
- DarkLight
- PDF
Unarchive Rooms (Realtime)
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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"
}Was this article helpful?