Tags provide a flexible way to classify and label chat members.Documentation Index
Fetch the complete documentation index at: https://botmux-dependabot-go-modules-modernc-org-sqlite-1-50-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 |