telegram-create-folder
Create a new Telegram chat folder to organize your conversations. Specify a title, emoji icon, and include or exclude chats by type or peer list.
Instructions
Create a new Telegram chat folder (filter). Returns the new folder ID. Pass type flags to auto-include entire categories, or list specific chats in includePeers. Emoticon must be a single emoji character.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bots | No | Include all bots | |
| title | Yes | Folder name (max 12 chars) | |
| groups | No | Include all groups | |
| contacts | No | Include all contacts | |
| emoticon | No | Single emoji icon for the folder | |
| broadcasts | No | Include all channels | |
| excludeRead | No | Exclude read chats | |
| nonContacts | No | Include all non-contacts | |
| pinnedPeers | No | Chats to pin at top of this folder (max 5) | |
| excludeMuted | No | Exclude muted chats | |
| excludePeers | No | Chat IDs/usernames to explicitly exclude (max 100) | |
| includePeers | No | Chat IDs/usernames to explicitly include (max 100) | |
| excludeArchived | No | Exclude archived chats |