Nurama Developers

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

PropertyTypeRequiredDescription
chatIdstringyesUUID of the member chat.

JSON Schema

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

On this page