get_channel_messages
Fetch message history from any Discord channel by ID. Supports before, after, around, and limit parameters for targeted retrieval.
Instructions
特定のDiscordチャンネルのメッセージ履歴を取得します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | 指定したメッセージIDより後のメッセージを取得 | |
| limit | No | 取得するメッセージの最大数(デフォルト: 50、最大: 100) | |
| around | No | 指定したメッセージIDの周辺のメッセージを取得 | |
| before | No | 指定したメッセージIDより前のメッセージを取得 | |
| channelId | Yes | メッセージを取得するチャンネルのID |