词元之母TOK.MOM - 平台充值汇率 1:1 即 1 人民币充值到账 1 美元,支持一个 Key 调用近 600+ 海内外模型,限时特价模型低至 1 折,欢迎上岸!
🎯 学习目标:配置多个聊天渠道
| 渠道 | 特点 |
|---|---|
| Telegram | 最简单,Bot API |
| Discord | 服务器/频道/DM |
| 飞书 | 企业常用,WebSocket |
| 需要 QR 配对 | |
| Signal | 隐私优先 |
| iMessage | 仅 macOS |
| Slack | 工作空间应用 |
{
"channels": {
"feishu": {
"appId": "cli_xxx",
"appSecret": "xxx"
}
}
}{
"channels": {
"discord": {
"token": "xxx"
}
}
}{
"channels": {
"telegram": {
"token": "xxx"
},
"discord": {
"token": "xxx"
},
"feishu": {
"appId": "xxx",
"appSecret": "xxx"
}
}
}{
"channels": {
"telegram": {
"token": "xxx",
"allowFrom": ["your_telegram_id"]
}
}
}{
"channels": {
"telegram": {
"token": "xxx",
"groups": {
"*": { "requireMention": true }
}
}
}
}openclaw status 检查所有渠道