Frends.Slack.GetChannelMessages / 1.0.0
Summary
Reads recent messages from a channel, with paging and optionally the replies inside threads.
Typical use — treating a channel as an inbox, or archiving a conversation elsewhere
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ChannelId | String |
– | C12345678 |
Channel ID where the message exists |
| Limit | Nullable<Int32> |
– | 100 |
Maximum number of messages to retrieve |
| Latest | String |
– | 1623878400.000200 |
Fetch messages before this timestamp (used for pagination) |
| Oldest | String |
– | 1623792000.000100 |
Fetch messages after this timestamp (used for pagination) |