Edit Chat
edit_chatRename a chat, change its description, or update its icon. Requires bot admin privileges.
Instructions
Rename a chat, change its description, or update its icon. The bot must be an admin of the chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | The chat_id to edit | |
| title | No | New chat title | |
| description | No | New chat description (pass null to clear) | |
| icon | No | New icon as { url } (pass null to remove) | |
| notify_members | No | Notify members about changes (default: false) |