pub async fn join<T>(
client: &T,
param: &JoinRequest,
bot_token: &str,
) -> Result<JoinResponse, Error>where
T: SlackWebAPIClient,pub async fn join<T>(
client: &T,
param: &JoinRequest,
bot_token: &str,
) -> Result<JoinResponse, Error>where
T: SlackWebAPIClient,