Class ChatDeleteRequest
java.lang.Object
com.slack.api.methods.request.chat.ChatDeleteRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/chat.delete
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Channel containing the message to be deleted.getToken()
Authentication token.getTs()
Timestamp of the message to be deleted.int
hashCode()
isAsUser()
void
void
setChannel
(String channel) Channel containing the message to be deleted.void
Authentication token.void
Timestamp of the message to be deleted.toString()
-
Method Details
-
isAsUser
-
setAsUser
-
builder
-
getToken
Authentication token. Requires scope: `chat:write`- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
getTs
Timestamp of the message to be deleted. -
getChannel
Channel containing the message to be deleted. -
setToken
Authentication token. Requires scope: `chat:write`- Specified by:
setToken
in interfaceSlackApiRequest
-
setTs
Timestamp of the message to be deleted. -
setChannel
Channel containing the message to be deleted. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-