archive_member_chat
Archive a member chat — hides it from the active list without losing history.
Mutating tool: it changes data in Nurama. Available only when the key carries the matching scope.
Archive a member chat — hides it from the active list without losing history. Use when a DM / group chat has run its course. Recover with unarchive_member_chat.
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
}