send_presence
Set your global online availability to broadcast 'online' or 'unavailable' to contacts. Reversible by updating the state again. Returns success status.
Instructions
Set the paired user's own global online availability; contacts permitted by privacy settings see online or last-seen accordingly. Reversible by calling again with the inverse state. Use send_typing for per-chat composing/recording indicators instead. Returns a JSON object {success, message}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | availability to broadcast: `available` (online) or `unavailable` (offline) |