| 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 |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ChatDeleteResponse> |
AsyncMethodsClient.chatDelete(ChatDeleteRequest req) |
ChatDeleteResponse |
MethodsClient.chatDelete(ChatDeleteRequest req) |
static okhttp3.FormBody.Builder |
RequestFormBuilder.toForm(ChatDeleteRequest req) |
| Modifier and Type | Method and Description |
|---|---|
ChatDeleteResponse |
MethodsClientImpl.chatDelete(ChatDeleteRequest req) |
CompletableFuture<ChatDeleteResponse> |
AsyncMethodsClientImpl.chatDelete(ChatDeleteRequest req) |
| Modifier and Type | Method and Description |
|---|---|
ChatDeleteRequest |
ChatDeleteRequest.ChatDeleteRequestBuilder.build() |
Copyright © 2020. All rights reserved.