Uses of Class
com.slack.api.methods.request.chat.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder
Packages that use ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClient.chatPostEphemeral(RequestConfigurator<ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder> req) MethodsClient.chatPostEphemeral(RequestConfigurator<ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder> req) -
Uses of ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClientImpl.chatPostEphemeral(RequestConfigurator<ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder> req) MethodsClientImpl.chatPostEphemeral(RequestConfigurator<ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder> req) -
Uses of ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderModifier and TypeMethodDescriptionPass true to post the message as the authed user, instead of as a bot.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder.attachments(List<Attachment> attachments) A JSON-based array of structured attachments, presented as a URL-encoded string.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder.attachmentsAsString(String attachmentsAsString) A JSON-based array of structured attachments, presented as a URL-encoded string.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder.blocks(List<LayoutBlock> blocks) A JSON-based array of structured blocks, presented as a URL-encoded string.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder.blocksAsString(String blocksAsString) A JSON-based array of structured blocks as a String, presented as a URL-encoded string.ChatPostEphemeralRequest.builder()Channel, private group, or IM channel to send message to.Emoji to use as the icon for this message.URL to an image to use as the icon for this message.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder.linkNames(boolean linkNames) Find and link channel names and usernames.Change how messages are treated.Text of the message to send.Provide another message's ts value to post this message in a thread.Authentication token.`id` of the user who will receive the ephemeral message.Set your bot's user name.