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