Get Multiparty Direct Message History
GET {{baseUrl}}/mpim.history?count=<post>&unreads=<>&inclusive=<>&token=<>&oldest=<>&channel=<>&latest=<>
Fetches history of messages and events from a multiparty direct message.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
count | string | ||
unreads | string | Include unread_count_display in the output? | |
inclusive | string | Include messages with latest or oldest timestamp in results. | |
token | string | Authentication token. Requires scope: groups:history | |
oldest | string | Start of time range of messages to include in results. | |
channel | string | Private channel to fetch thread from | |
latest | string | End of time range of messages to include in results. |