| 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.chat |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ChatGetPermalinkResponse> |
AsyncMethodsClient.chatGetPermalink(RequestConfigurator<ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder> req) |
ChatGetPermalinkResponse |
MethodsClient.chatGetPermalink(RequestConfigurator<ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
ChatGetPermalinkResponse |
MethodsClientImpl.chatGetPermalink(RequestConfigurator<ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder> req) |
CompletableFuture<ChatGetPermalinkResponse> |
AsyncMethodsClientImpl.chatGetPermalink(RequestConfigurator<ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder |
ChatGetPermalinkRequest.builder() |
ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder |
ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder.channel(String channel)
The ID of the conversation or channel containing the message
|
ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder |
ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder.messageTs(String messageTs)
A message's `ts` value, uniquely identifying it within a channel
|
ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder |
ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder.token(String token)
Authentication token.
|
Copyright © 2020. All rights reserved.