Uses of Class
com.slack.api.methods.request.im.ImHistoryRequest.ImHistoryRequestBuilder
Packages that use ImHistoryRequest.ImHistoryRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of ImHistoryRequest.ImHistoryRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ImHistoryRequest.ImHistoryRequestBuilderModifier and TypeMethodDescriptionMethodsClient.imHistory(RequestConfigurator<ImHistoryRequest.ImHistoryRequestBuilder> req) Deprecated. -
Uses of ImHistoryRequest.ImHistoryRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ImHistoryRequest.ImHistoryRequestBuilderModifier and TypeMethodDescriptionMethodsClientImpl.imHistory(RequestConfigurator<ImHistoryRequest.ImHistoryRequestBuilder> req) -
Uses of ImHistoryRequest.ImHistoryRequestBuilder in com.slack.api.methods.request.im
Methods in com.slack.api.methods.request.im that return ImHistoryRequest.ImHistoryRequestBuilderModifier and TypeMethodDescriptionImHistoryRequest.builder()Deprecated.Direct message channel to fetch history for.Number of messages to return, between 1 and 1000.ImHistoryRequest.ImHistoryRequestBuilder.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.ImHistoryRequest.ImHistoryRequestBuilder.unreads(boolean unreads) Include `unread_count_display` in the output?