Nurama Developers

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

PropertyTypeRequiredDescription
chatIdstringyesUUID of the chat.

JSON Schema

{
  "type": "object",
  "properties": {
    "chatId": {
      "type": "string",
      "description": "UUID of the chat."
    }
  },
  "required": [
    "chatId"
  ],
  "additionalProperties": false
}

On this page