unpin_message
Unpin a message from a DM or group conversation header. Provide the message author and timestamp from get_conversation.
Instructions
Unpin a previously pinned message in a DM or group conversation, removing it from the conversation header. Provide either recipient (for DMs) or group_id (for groups). Get target_author and target_timestamp from get_conversation. Use pin_message to pin a message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_author | Yes | Phone number of the message author (E.164) | |
| target_timestamp | Yes | Timestamp of the pinned message (from get_conversation) | |
| recipient | No | Phone number for DM conversations — provide this OR group_id | |
| group_id | No | Group ID for group conversations — provide this OR recipient |