QQ Bot¶
Overview¶
The QQ Bot channel connects via WebSocket gateway to QQ's official bot platform.
Configuration¶
channels:
qqbot:
enabled: true
app_id: "your-app-id"
app_secret: "your-app-secret"
sandbox: false
markdown_support: true
media_enabled: true
allow_from: []
Capabilities¶
| Capability | Supported |
|---|---|
| Edit messages | ❌ |
| Reactions | ❌ |
| File send | ✅ |
| Realtime | ✅ |
| Group chat | ✅ |
Setup¶
- Register at QQ Bot Platform
- Create an application
- Get App ID, Token, and Secret
- Enable relevant intents
Common Issues¶
Connection drops? - QQ Bot uses WebSocket with heartbeat; check network stability - Verify credentials haven't expired