| 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<ChatUnfurlResponse> |
AsyncMethodsClient.chatUnfurl(RequestConfigurator<ChatUnfurlRequest.ChatUnfurlRequestBuilder> req) |
ChatUnfurlResponse |
MethodsClient.chatUnfurl(RequestConfigurator<ChatUnfurlRequest.ChatUnfurlRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
ChatUnfurlResponse |
MethodsClientImpl.chatUnfurl(RequestConfigurator<ChatUnfurlRequest.ChatUnfurlRequestBuilder> req) |
CompletableFuture<ChatUnfurlResponse> |
AsyncMethodsClientImpl.chatUnfurl(RequestConfigurator<ChatUnfurlRequest.ChatUnfurlRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static ChatUnfurlRequest.ChatUnfurlRequestBuilder |
ChatUnfurlRequest.builder() |
ChatUnfurlRequest.ChatUnfurlRequestBuilder |
ChatUnfurlRequest.ChatUnfurlRequestBuilder.channel(String channel)
Channel ID of the message
|
ChatUnfurlRequest.ChatUnfurlRequestBuilder |
ChatUnfurlRequest.ChatUnfurlRequestBuilder.rawUnfurls(String rawUnfurls)
URL-encoded JSON map with keys set to URLs featured in the the message, pointing to their unfurl message attachments.
|
ChatUnfurlRequest.ChatUnfurlRequestBuilder |
ChatUnfurlRequest.ChatUnfurlRequestBuilder.token(String token)
Authentication token.
|
ChatUnfurlRequest.ChatUnfurlRequestBuilder |
ChatUnfurlRequest.ChatUnfurlRequestBuilder.ts(String ts)
Timestamp of the message to add unfurl behavior to.
|
ChatUnfurlRequest.ChatUnfurlRequestBuilder |
ChatUnfurlRequest.ChatUnfurlRequestBuilder.unfurls(Map<String,ChatUnfurlRequest.UnfurlDetail> unfurls) |
ChatUnfurlRequest.ChatUnfurlRequestBuilder |
ChatUnfurlRequest.ChatUnfurlRequestBuilder.userAuthMessage(String userAuthMessage)
Provide a simply-formatted string to send as an ephemeral message to the user
as invitation to authenticate further and enable full unfurling behavior
|
ChatUnfurlRequest.ChatUnfurlRequestBuilder |
ChatUnfurlRequest.ChatUnfurlRequestBuilder.userAuthRequired(boolean userAuthRequired)
Set to `true` or `1` to indicate the user must install your Slack app to trigger unfurls for this domain
|
ChatUnfurlRequest.ChatUnfurlRequestBuilder |
ChatUnfurlRequest.ChatUnfurlRequestBuilder.userAuthUrl(String userAuthUrl)
Send users to this custom URL where they will complete authentication in your app to fully trigger unfurling.
|
Copyright © 2020. All rights reserved.