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 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.
|