Class ReactionsAddRequest.ReactionsAddRequestBuilder
java.lang.Object
com.slack.api.methods.request.reactions.ReactionsAddRequest.ReactionsAddRequestBuilder
- Enclosing class:
- ReactionsAddRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Channel where the message to add reaction to was posted.Deprecated.fileComment
(String fileComment) Deprecated.Reaction (emoji) name.Timestamp of the message to add reaction to.Authentication token.toString()
-
Method Details
-
token
Authentication token. Requires scope: `reactions:write`- Returns:
this
.
-
name
Reaction (emoji) name.- Returns:
this
.
-
file
Deprecated.File to add reaction to.- Returns:
this
.
-
fileComment
Deprecated.File comment to add reaction to.- Returns:
this
.
-
channel
Channel where the message to add reaction to was posted.- Returns:
this
.
-
timestamp
Timestamp of the message to add reaction to.- Returns:
this
.
-
build
-
toString
-