discord_fetch_pinned_messages
Retrieve all pinned messages from a Discord channel as a JSON array with ID, author, content, timestamp, and pin time. Read-only access to view pins.
Instructions
List all pinned messages in a channel as a JSON array (id, author, content, timestamp, pinnedAt). Read-only. Use discord_pin_message to change which messages are pinned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID (snowflake) of the channel or thread to list pins from. |