Uses of Class
com.slack.api.methods.request.chat.ChatDeleteRequest
Packages that use ChatDeleteRequest
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of ChatDeleteRequest in com.slack.api.methods
Methods in com.slack.api.methods with parameters of type ChatDeleteRequestModifier and TypeMethodDescriptionAsyncMethodsClient.chatDelete(ChatDeleteRequest req) MethodsClient.chatDelete(ChatDeleteRequest req) static okhttp3.FormBody.BuilderRequestFormBuilder.toForm(ChatDeleteRequest req) -
Uses of ChatDeleteRequest in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl with parameters of type ChatDeleteRequestModifier and TypeMethodDescriptionAsyncMethodsClientImpl.chatDelete(ChatDeleteRequest req) MethodsClientImpl.chatDelete(ChatDeleteRequest req) -
Uses of ChatDeleteRequest in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatDeleteRequest