Send a WeChat typing indicator
wechat_typingShow or cancel the typing indicator to a WeChat user. Set status to 'typing' to indicate activity, or 'cancel' to clear it.
Instructions
Show (or cancel) the '正在输入…' typing indicator to a WeChat user. Useful before a slow reply so the user sees the bot is working. The required typing ticket is resolved automatically. If multiple accounts are logged in, pass accountId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient WeChat id, e.g. 'xxxx@im.wechat'. | |
| status | No | 'typing' to show the indicator (default), 'cancel' to clear it. | |
| accountId | No | Sending account id; required only when multiple accounts are logged in. |