Uses of Class
com.slack.api.methods.request.chat.ChatUpdateRequest.ChatUpdateRequestBuilder
Packages that use ChatUpdateRequest.ChatUpdateRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of ChatUpdateRequest.ChatUpdateRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChatUpdateRequest.ChatUpdateRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClient.chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) MethodsClient.chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) -
Uses of ChatUpdateRequest.ChatUpdateRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChatUpdateRequest.ChatUpdateRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClientImpl.chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) MethodsClientImpl.chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) -
Uses of ChatUpdateRequest.ChatUpdateRequestBuilder in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatUpdateRequest.ChatUpdateRequestBuilderModifier and TypeMethodDescriptionPass true to post the message as the authed user, instead of as a bot.ChatUpdateRequest.ChatUpdateRequestBuilder.attachments(List<Attachment> attachments) A JSON-based array of structured attachments, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilder.attachmentsAsString(String attachmentsAsString) A JSON-based array of structured attachments, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilder.blocks(List<LayoutBlock> blocks) A JSON-based array of structured blocks, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilder.blocksAsString(String blocksAsString) A JSON-based array of structured blocks as a String, presented as a URL-encoded string.ChatUpdateRequest.builder()Channel, private group, or IM channel to send message to.Array of new file ids that will be sent with this message.ChatUpdateRequest.ChatUpdateRequestBuilder.linkNames(boolean linkNames) Find and link channel names and usernames.Change how messages are treated.ChatUpdateRequest.ChatUpdateRequestBuilder.replyBroadcast(Boolean replyBroadcast) Broadcast an existing thread reply to make it visible to everyone in the channel or conversation.Text of the message to send.Authentication token.Timestamp of the message to be updated.`id` of the user who will receive the ephemeral message.