unarchive_member_chat
Restore an archived member chat to the active list.
Mutating tool: it changes data in Nurama. Available only when the key carries the matching scope.
Restore an archived member chat to the active list.
Input
| Property | Type | Required | Description |
|---|---|---|---|
chatId | string | yes | UUID of the member chat. |
JSON Schema
{
"type": "object",
"properties": {
"chatId": {
"type": "string",
"description": "UUID of the member chat."
}
},
"required": [
"chatId"
],
"additionalProperties": false
}