Reorx’s Forge 头像

消息来源频道

Reorx’s Forge

@reorx_share

频道3,130 位成员公开可见0 人在线

A chronicle of my journey in forging my ideas into writings and products. Archive: https://app.shokichan.com/c/tg/reorx_share

成员规模3,130 位成员
在线情况0 人在线
消息总数6,041 条消息
浏览量总数784,746 次浏览

在这个频道里搜索消息……

t.me/reorx_share

优化了下在 telegram 和 openclaw 对话的方式,创建了一个组把 bot 拉进来,用 topic 区分 session。配置如下,效果是 bot 在任意组中都会对 <SENDER ID> 的消息进行回复:
{
"channels": {
"telegram": {
"groups": {
"*": {
"requireMention": false
}
},
"groupAllowFrom": [
"<SENDER ID>"
],
"groupPolicy": "allowlist"
}
}
}