follow_chat
Start following a chat — opts the caller in to real-time notifications for every new message in it.
Mutating tool: it changes data in Nurama. Available only when the key carries the matching scope.
Start following a chat — opts the caller in to real-time notifications for every new message in it. Use when the bot needs to react to ongoing activity in a chat it doesn't already participate in.
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
}