Class MpimHistoryRequest.MpimHistoryRequestBuilder
java.lang.Object
com.slack.api.methods.request.mpim.MpimHistoryRequest.MpimHistoryRequestBuilder
- Enclosing class:
- MpimHistoryRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Multiparty direct message to fetch history for.Number of messages to return, between 1 and 1000.inclusive(boolean inclusive) Include messages with latest or oldest timestamp in results.End of time range of messages to include in results.Start of time range of messages to include in results.Authentication token.toString()unreads(boolean unreads) Include `unread_count_display` in the output?
-
Method Details
-
token
Authentication token. Requires scope: `mpim:history`- Returns:
this.
-
channel
Multiparty direct message to fetch history for.- Returns:
this.
-
oldest
Start of time range of messages to include in results.- Returns:
this.
-
latest
End of time range of messages to include in results.- Returns:
this.
-
count
Number of messages to return, between 1 and 1000.- Returns:
this.
-
inclusive
Include messages with latest or oldest timestamp in results.- Returns:
this.
-
unreads
Include `unread_count_display` in the output?- Returns:
this.
-
build
-
toString
-