Uses of Class
com.slack.api.methods.request.chat.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder
Packages that use ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClient.chatScheduleMessage(RequestConfigurator<ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder> req) MethodsClient.chatScheduleMessage(RequestConfigurator<ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder> req) -
Uses of ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClientImpl.chatScheduleMessage(RequestConfigurator<ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder> req) MethodsClientImpl.chatScheduleMessage(RequestConfigurator<ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder> req) -
Uses of ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderModifier and TypeMethodDescriptionPass true to post the message as the authed user, instead of as a bot.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder.attachments(List<Attachment> attachments) A JSON-based array of structured attachments, presented as a URL-encoded string.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder.attachmentsAsString(String attachmentsAsString) A JSON-based array of structured attachments, presented as a URL-encoded string.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder.blocks(List<LayoutBlock> blocks) A JSON-based array of structured blocks, presented as a URL-encoded string.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder.blocksAsString(String blocksAsString) A JSON-based array of structured blocks as a String, presented as a URL-encoded string.ChatScheduleMessageRequest.builder()Channel, private group, or DM channel to send message to.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder.linkNames(boolean linkNames) Find and link channel names and usernames.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder.metadata(Message.Metadata metadata) JSON object with event_type and event_payload fields, presented as a URL-encoded string.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder.metadataAsString(String metadataAsString) JSON object with event_type and event_payload fields, presented as a URL-encoded string.Change how messages are treated.Unix EPOCH timestamp of time in future to send the message.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder.replyBroadcast(boolean replyBroadcast) Used in conjunction with thread_ts and indicates whether reply should be made visible to everyone in the channel or conversation.Text of the message to send.Provide another message's ts value to make this message a reply.Authentication token.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder.unfurlLinks(boolean unfurlLinks) Pass true to enable unfurling of primarily text-based content.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder.unfurlMedia(boolean unfurlMedia) Pass false to disable unfurling of media content.