get_channel_messages
Retrieve paginated messages from a channel. Specify the channel ID to pull messages, with optional page and per_page parameters for efficient navigation.
Instructions
Get messages from a channel with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 0) | |
| per_page | No | Messages per page (default: 60, max: 200) | |
| channel_id | Yes | Channel ID |