| 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<ChatUpdateResponse> |
AsyncMethodsClient.chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) |
ChatUpdateResponse |
MethodsClient.chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
ChatUpdateResponse |
MethodsClientImpl.chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) |
CompletableFuture<ChatUpdateResponse> |
AsyncMethodsClientImpl.chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.ChatUpdateRequestBuilder.asUser(Boolean asUser)
Pass true to post the message as the authed user, instead of as a bot.
|
ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.ChatUpdateRequestBuilder.attachments(List<Attachment> attachments)
A JSON-based array of structured attachments, presented as a URL-encoded string.
|
ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.ChatUpdateRequestBuilder.attachmentsAsString(String attachmentsAsString)
A JSON-based array of structured attachments, presented as a URL-encoded string.
|
ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.ChatUpdateRequestBuilder.blocks(List<LayoutBlock> blocks)
A JSON-based array of structured blocks, presented as a URL-encoded string.
|
ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.ChatUpdateRequestBuilder.blocksAsString(String blocksAsString)
A JSON-based array of structured blocks as a String, presented as a URL-encoded string.
|
static ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.builder() |
ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.ChatUpdateRequestBuilder.channel(String channel)
Channel, private group, or IM channel to send message to.
|
ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.ChatUpdateRequestBuilder.linkNames(boolean linkNames)
Find and link channel names and usernames.
|
ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.ChatUpdateRequestBuilder.parse(String parse)
Change how messages are treated.
|
ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.ChatUpdateRequestBuilder.text(String text)
Text of the message to send.
|
ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.ChatUpdateRequestBuilder.token(String token)
Authentication token.
|
ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.ChatUpdateRequestBuilder.ts(String ts)
Timestamp of the message to be updated.
|
ChatUpdateRequest.ChatUpdateRequestBuilder |
ChatUpdateRequest.ChatUpdateRequestBuilder.user(String user)
`id` of the user who will receive the ephemeral message.
|
Copyright © 2020. All rights reserved.