Class ChatDeleteRequest
java.lang.Object
com.slack.api.methods.request.chat.ChatDeleteRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/chat.delete
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanChannel containing the message to be deleted.getToken()Authentication token.getTs()Timestamp of the message to be deleted.inthashCode()isAsUser()voidvoidsetChannel(String channel) Channel containing the message to be deleted.voidAuthentication token.voidTimestamp of the message to be deleted.toString()
-
Method Details
-
isAsUser
-
setAsUser
-
builder
-
getToken
Authentication token. Requires scope: `chat:write`- Specified by:
getTokenin 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:
setTokenin interfaceSlackApiRequest
-
setTs
Timestamp of the message to be deleted. -
setChannel
Channel containing the message to be deleted. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-