qwen-code/docs/users/features/channels
tanzhenxin 90236465d3 feat(channels): add group chat support for Telegram
- Add GroupGate class for group access control with three policies:
  disabled (default), allowlist, and open
- Implement mention gating: bot only responds when @mentioned or replied to
  in groups (configurable per-group)
- Extend Envelope type with isGroup, isMentioned, isReplyToBot fields
- Update TelegramAdapter to detect group context and mentions
- Add comprehensive documentation for group chat setup and troubleshooting

This enables using Qwen Code bots in Telegram groups with fine-grained
access control and mention-based activation to prevent noise.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-25 02:04:27 +00:00
..
_meta.ts docs(channels): add Channels feature documentation 2026-03-24 11:12:52 +00:00
overview.md feat(channels): add group chat support for Telegram 2026-03-25 02:04:27 +00:00
telegram.md feat(channels): add group chat support for Telegram 2026-03-25 02:04:27 +00:00