slack_conversations_mark
Marks a Slack conversation as read up to a specified message timestamp. Provide the channel ID and timestamp to update the read state.
Instructions
Mark a conversation as read up to a specific message timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Channel or DM ID to mark as read | |
| timestamp | Yes | Message timestamp to mark as read up to (all messages at or before this are marked read) |