openclaw pairing
DMペアリングリクエストの承認または確認を行います(ペアリングをサポートするチャンネル向け)。
関連ドキュメント:
- ペアリングフロー: Pairing
コマンド
openclaw pairing list telegram
openclaw pairing list --channel telegram --account work
openclaw pairing list telegram --json
openclaw pairing approve telegram <code>
openclaw pairing approve --channel telegram --account work <code> --notify
補足
- チャンネルの入力: 位置引数(
pairing list telegram)または--channel <channel>で指定できます。 pairing listはマルチアカウントチャンネル用に--account <accountId>をサポートしています。pairing approveは--account <accountId>と--notifyをサポートしています。- ペアリング対応チャンネルが1つだけ設定されている場合、
pairing approve <code>のみで実行可能です。