dm_messages
Retrieves messages from a DM or group DM, ordered oldest first. Provide a channel_id from list_dms to paginate with before/after IDs and limit up to 100 results.
Instructions
The latest messages in a DM or group DM, oldest first; needs the user token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Only messages after this message id | |
| limit | No | Messages to return, at most 100 | |
| before | No | Only messages before this message id | |
| channel_id | Yes | DM channel id, from `list_dms` |