unpin_message
Remove a pinned message from a DM or group conversation header by supplying the author's phone number and message timestamp. Retrieve these 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 |
|---|---|---|---|
| group_id | No | Group ID for group conversations — provide this OR recipient | |
| recipient | No | Phone number for DM conversations — provide this OR group_id | |
| target_author | Yes | Phone number of the message author (E.164) | |
| target_timestamp | Yes | Timestamp of the pinned message (from get_conversation) |