참고 문서
개요
openclaw와 연결하기 위한 채널 등록을 정리한 문서~/.openclaw/openclaw.json에서 channels 추가openclaw onboard명령어로 등록 가능
`~/.openclaw/openclaw.json`

{
channels: {
telegram: {
enabled: true,
botToken: "123:abc",
dmPolicy: "pairing",
groups: { "*": { requireMention: true } },
},
},
}
- 보통 onboard 때 설정 openclaw-channel-telegram
telegram
- (1) (telegram) BotFatherUser 에서
bot api token을 발급 - (2) (서버)
~/.openclaw/openclaw.json에서channels.telegram.botToken의 값을 업데이트 - (3) (telegram) 생성한 bot 에 접근: https://t.me/{bot-name}
- (4) (telegram) bot 에 dm 할 경우 pairing code가 답장으로 오고
- (5) (서버)
openclaw pairing approve telegram <CODE>로 등록

8642812485: AAg이 형태로 토큰이 발급 됨