discord_unpin_message
Removes a specified message from its Discord channel's pinned messages using the channel and message IDs, with an optional audit log reason.
Instructions
Removes a message from its channel's pinned messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional reason for audit logs | |
| channelId | Yes | The ID of the channel containing the message | |
| messageId | Yes | The ID of the message to unpin |