Uses of Class
com.slack.api.methods.request.chat.ChatDeleteRequest.ChatDeleteRequestBuilder
-
Packages that use ChatDeleteRequest.ChatDeleteRequestBuilder Package Description com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl com.slack.api.methods.request.chat -
-
Uses of ChatDeleteRequest.ChatDeleteRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChatDeleteRequest.ChatDeleteRequestBuilder Modifier and Type Method Description CompletableFuture<ChatDeleteResponse>AsyncMethodsClient. chatDelete(RequestConfigurator<ChatDeleteRequest.ChatDeleteRequestBuilder> req)ChatDeleteResponseMethodsClient. chatDelete(RequestConfigurator<ChatDeleteRequest.ChatDeleteRequestBuilder> req) -
Uses of ChatDeleteRequest.ChatDeleteRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChatDeleteRequest.ChatDeleteRequestBuilder Modifier and Type Method Description CompletableFuture<ChatDeleteResponse>AsyncMethodsClientImpl. chatDelete(RequestConfigurator<ChatDeleteRequest.ChatDeleteRequestBuilder> req)ChatDeleteResponseMethodsClientImpl. chatDelete(RequestConfigurator<ChatDeleteRequest.ChatDeleteRequestBuilder> req) -
Uses of ChatDeleteRequest.ChatDeleteRequestBuilder in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatDeleteRequest.ChatDeleteRequestBuilder Modifier and Type Method Description ChatDeleteRequest.ChatDeleteRequestBuilderChatDeleteRequest.ChatDeleteRequestBuilder. asUser(Boolean asUser)Pass true to post the message as the authed user, instead of as a bot.static ChatDeleteRequest.ChatDeleteRequestBuilderChatDeleteRequest. builder()ChatDeleteRequest.ChatDeleteRequestBuilderChatDeleteRequest.ChatDeleteRequestBuilder. channel(String channel)Channel containing the message to be deleted.ChatDeleteRequest.ChatDeleteRequestBuilderChatDeleteRequest.ChatDeleteRequestBuilder. token(String token)Authentication token.ChatDeleteRequest.ChatDeleteRequestBuilderChatDeleteRequest.ChatDeleteRequestBuilder. ts(String ts)Timestamp of the message to be deleted.
-