telegram-edit-folder
Edit an existing Telegram chat folder: update its name, icon, include/exclude conditions, or pinned chats by specifying only the fields to change.
Instructions
Edit an existing Telegram chat folder by its ID (from telegram-get-chat-folders). Only pass fields you want to change — omitted fields keep their current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Folder ID (≥ 2; 0 = All Chats, 1 = Archive are system folders) | |
| bots | No | ||
| title | No | New folder name (max 12 chars) | |
| groups | No | ||
| contacts | No | ||
| emoticon | No | New emoji icon | |
| broadcasts | No | ||
| excludeRead | No | ||
| nonContacts | No | ||
| pinnedPeers | No | Replace pinnedPeers list entirely | |
| excludeMuted | No | ||
| excludePeers | No | Replace excludePeers list entirely | |
| includePeers | No | Replace includePeers list entirely | |
| excludeArchived | No |