Class ChatAppendStreamRequest.ChatAppendStreamRequestBuilder
java.lang.Object
com.slack.api.methods.request.chat.ChatAppendStreamRequest.ChatAppendStreamRequestBuilder
- Enclosing class:
- ChatAppendStreamRequest
-
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.Authentication token.toString()The timestamp of the streaming message.
-
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.
-
ts
The timestamp of the streaming message.- Returns:
this.
-
markdownText
Accepts message text formatted in markdown. Limit this field to 12,000 characters. This text is what will be appended to the message received so far.- Returns:
this.
-
build
-
toString
-