spec checked
Slack Developer Docs: conversations.replies
Documents retrieving a cursor-paginated thread of messages posted to a conversation, required channel and thread timestamp arguments, parent thread timestamp, parent user id, reply count, subscribed state, last read, unread count, has_more, next cursor, and access errors.
Pattern Decisions This Source Supports
| Pattern | Supported decision | Required contract | Claim note |
|---|---|---|---|
| Threaded discussion | Choose threaded discussion when the core unit is a topic or parent message with replies that need branch context and participation state. | Starting a reply records the exact parent topic or parent reply being answered and shows that target while composing. | Slack API supports thread message retrieval with parent timestamp, parent user id, reply count, subscribed state, last-read and unread counts, cursor pagination, has_more, and access errors. |
Evidence Role
This source is treated as spec evidence. Use it to validate the decision rules above, not as a visual style reference.
Publisher: Slack Developer Docs. Last checked: .