send_typing
Indicate typing or recording in a WhatsApp chat; the hint disappears automatically after 25 seconds. Call with active=false to stop it earlier.
Instructions
Show or hide the per-chat typing or recording presence indicator; the recipient sees a transient typing... or recording audio... hint that auto-expires after roughly 25 seconds. Reversible by calling again with active=false. Use send_presence to set global online/offline availability instead. Returns the plain-text string Presence active for <chat_jid> or Presence paused for <chat_jid>.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | Yes | true to show the indicator (composing or recording), false to pause it | |
| chat_jid | Yes | WhatsApp JID: individual as `<digits>@s.whatsapp.net` or bare phone digits, group as `<digits>-<timestamp>@g.us` | |
| kind | No | indicator kind: empty string for text typing (default) or `audio` for voice-note recording |