read_channel_messages
Retrieve messages from a Discord channel using before, after, or around pagination parameters to find specific messages.
Instructions
Read messages from a Discord channel with before/after/around pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | No | Discord guild/server ID. Uses DISCORD_DEFAULT_GUILD_ID when omitted. | |
| channel_id | Yes | ||
| limit | No | ||
| before_message_id | No | ||
| after_message_id | No | ||
| around_message_id | No |