Skip to content

WeChat ClawBot adapter configuration

Platform id wechat-clawbot. Most endpoints and defaults are fixed by the adapter; YAML usually only needs the account key and optional timeouts.

Format

yaml
wechat-clawbot.{account_id}:
  # optional
  # qr_login_timeout_ms: 480000
  # polling_timeout_ms: ...
  # polling_retry_delay_ms: ...

Fields

FieldTypeRequiredDescription
account_idstringyesPart of the key wechat-clawbot.{account_id}
qr_login_timeout_msnumbernoQR login timeout (ms), default 480000
polling_timeout_msnumbernoLong-poll timeout for getupdates
polling_retry_delay_msnumbernoDelay before retry after poll errors

See the adapter README for the full convention table (API root, CDN, bot_type, etc.).

See also