pub async fn update<T>(
client: &T,
param: &UpdateRequest,
bot_token: &str,
) -> Result<UpdateResponse, Error>where
T: SlackWebAPIClient,pub async fn update<T>(
client: &T,
param: &UpdateRequest,
bot_token: &str,
) -> Result<UpdateResponse, Error>where
T: SlackWebAPIClient,