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