Class ChatStartStreamRequest.ChatStartStreamRequestBuilder
java.lang.Object
com.slack.api.methods.request.chat.ChatStartStreamRequest.ChatStartStreamRequestBuilder
- Enclosing class:
- ChatStartStreamRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()An encoded ID that represents a channel, private group, or DM.markdownText(String markdownText) Accepts message text formatted in markdown.recipientTeamId(String recipientTeamId) The encoded ID of the team the user receiving the streaming text belongs to.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.toString()
-
Method Details
-
token
Authentication token. Requires scope: `chat:write`- Returns:
this.
-
channel
An encoded ID that represents a channel, private group, or DM.- Returns:
this.
-
threadTs
Provide another message's `ts` value to reply to. Streamed messages should always be replies to a user request.- Returns:
this.
-
markdownText
Accepts message text formatted in markdown. Limit this field to 12,000 characters.- Returns:
this.
-
recipientUserId
The encoded ID of the user to receive the streaming text. Required when streaming to channels.- Returns:
this.
-
recipientTeamId
The encoded ID of the team the user receiving the streaming text belongs to. Required when streaming to channels.- Returns:
this.
-
build
-
toString
-