pub async fn set_topic<T>(
client: &T,
param: &SetTopicRequest,
bot_token: &str,
) -> Result<SetTopicResponse, Error>where
T: SlackWebAPIClient,pub async fn set_topic<T>(
client: &T,
param: &SetTopicRequest,
bot_token: &str,
) -> Result<SetTopicResponse, Error>where
T: SlackWebAPIClient,