Features
- Assign arbitrary tags to users (VIP, Moderator, Spammer, Trusted, etc.)
- Color-coded for visual distinction
- Multiple tags per user
- Per-chat — the same user can have different tags in different chats
API
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/tags?chat_id= | Get all tags for a chat |
| GET | /api/tags/user?chat_id=&user_id= | Get tags for a user |
| POST | /api/tags/add | Add tag (JSON body) |
| POST | /api/tags/remove?id= | Remove tag by ID |