| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl | |
| com.slack.api.methods.request.channels |
| Modifier and Type | Method and Description |
|---|---|
ChannelsHistoryResponse |
MethodsClient.channelsHistory(RequestConfigurator<ChannelsHistoryRequest.ChannelsHistoryRequestBuilder> req)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelsHistoryResponse |
MethodsClientImpl.channelsHistory(RequestConfigurator<ChannelsHistoryRequest.ChannelsHistoryRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static ChannelsHistoryRequest.ChannelsHistoryRequestBuilder |
ChannelsHistoryRequest.builder()
Deprecated.
|
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder |
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder.channel(String channel)
Channel to fetch history for.
|
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder |
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder.count(Integer count)
Number of messages to return, between 1 and 1000.
|
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder |
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder.inclusive(boolean inclusive)
Include messages with latest or oldest timestamp in results.
|
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder |
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder.latest(String latest)
End of time range of messages to include in results.
|
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder |
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder.oldest(String oldest)
Start of time range of messages to include in results.
|
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder |
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder.token(String token)
Authentication token.
|
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder |
ChannelsHistoryRequest.ChannelsHistoryRequestBuilder.unreads(boolean unreads)
Include `unread_count_display` in the output?
|
Copyright © 2020. All rights reserved.