Uses of Class
com.slack.api.methods.request.chat.ChatUnfurlRequest.ChatUnfurlRequestBuilder
Packages that use ChatUnfurlRequest.ChatUnfurlRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of ChatUnfurlRequest.ChatUnfurlRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChatUnfurlRequest.ChatUnfurlRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClient.chatUnfurl(RequestConfigurator<ChatUnfurlRequest.ChatUnfurlRequestBuilder> req) MethodsClient.chatUnfurl(RequestConfigurator<ChatUnfurlRequest.ChatUnfurlRequestBuilder> req) -
Uses of ChatUnfurlRequest.ChatUnfurlRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChatUnfurlRequest.ChatUnfurlRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClientImpl.chatUnfurl(RequestConfigurator<ChatUnfurlRequest.ChatUnfurlRequestBuilder> req) MethodsClientImpl.chatUnfurl(RequestConfigurator<ChatUnfurlRequest.ChatUnfurlRequestBuilder> req) -
Uses of ChatUnfurlRequest.ChatUnfurlRequestBuilder in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatUnfurlRequest.ChatUnfurlRequestBuilderModifier and TypeMethodDescriptionChatUnfurlRequest.builder()Channel ID of the messageChatUnfurlRequest.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.rawUserAuthBlocks(String rawUserAuthBlocks) Authentication token.Timestamp of the message to add unfurl behavior to.ChatUnfurlRequest.ChatUnfurlRequestBuilder.unfurls(Map<String, ChatUnfurlRequest.UnfurlDetail> unfurls) ChatUnfurlRequest.ChatUnfurlRequestBuilder.userAuthBlocks(List<LayoutBlock> userAuthBlocks) Provide an array of blocks to send as an ephemeral message to the user as invitation to authenticate further and enable full unfurling behaviorChatUnfurlRequest.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 behaviorChatUnfurlRequest.ChatUnfurlRequestBuilder.userAuthRequired(boolean userAuthRequired) Set to `true` or `1` to indicate the user must install your Slack app to trigger unfurls for this domainChatUnfurlRequest.ChatUnfurlRequestBuilder.userAuthUrl(String userAuthUrl) Send users to this custom URL where they will complete authentication in your app to fully trigger unfurling.