unfollow_chat
Stop following a chat.
Mutating tool: it changes data in Nurama. Available only when the key carries the matching scope.
Stop following a chat. No-op if not currently followed.
Input
| Property | Type | Required | Description |
|---|---|---|---|
chatId | string | yes | UUID of the chat. |
JSON Schema
{
"type": "object",
"properties": {
"chatId": {
"type": "string",
"description": "UUID of the chat."
}
},
"required": [
"chatId"
],
"additionalProperties": false
}