Uses of Class
com.slack.api.methods.request.chat.ChatStartStreamRequest.ChatStartStreamRequestBuilder
Packages that use ChatStartStreamRequest.ChatStartStreamRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of ChatStartStreamRequest.ChatStartStreamRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChatStartStreamRequest.ChatStartStreamRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClient.chatStartStream(RequestConfigurator<ChatStartStreamRequest.ChatStartStreamRequestBuilder> req) MethodsClient.chatStartStream(RequestConfigurator<ChatStartStreamRequest.ChatStartStreamRequestBuilder> req) -
Uses of ChatStartStreamRequest.ChatStartStreamRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChatStartStreamRequest.ChatStartStreamRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClientImpl.chatStartStream(RequestConfigurator<ChatStartStreamRequest.ChatStartStreamRequestBuilder> req) MethodsClientImpl.chatStartStream(RequestConfigurator<ChatStartStreamRequest.ChatStartStreamRequestBuilder> req) -
Uses of ChatStartStreamRequest.ChatStartStreamRequestBuilder in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatStartStreamRequest.ChatStartStreamRequestBuilderModifier and TypeMethodDescriptionChatStartStreamRequest.builder()An encoded ID that represents a channel, private group, or DM.ChatStartStreamRequest.ChatStartStreamRequestBuilder.markdownText(String markdownText) Accepts message text formatted in markdown.ChatStartStreamRequest.ChatStartStreamRequestBuilder.recipientTeamId(String recipientTeamId) The encoded ID of the team the user receiving the streaming text belongs to.ChatStartStreamRequest.ChatStartStreamRequestBuilder.recipientUserId(String recipientUserId) The encoded ID of the user to receive the streaming text.Provide another message's `ts` value to reply to.Authentication token.