pub async fn delete<T>(
client: &T,
param: &DeleteRequest,
bot_token: &str,
) -> Result<DeleteResponse, Error>where
T: SlackWebAPIClient,Expand description
Deletes a message. See: https://api.slack.com/methods/chat.delete
pub async fn delete<T>(
client: &T,
param: &DeleteRequest,
bot_token: &str,
) -> Result<DeleteResponse, Error>where
T: SlackWebAPIClient,Deletes a message. See: https://api.slack.com/methods/chat.delete