pub async fn test<T>(client: &T, bot_token: &str) -> Result<TestResponse, Error>where
T: SlackWebAPIClient,Expand description
Checks authentication & identity. See: https://api.slack.com/methods/auth.test
pub async fn test<T>(client: &T, bot_token: &str) -> Result<TestResponse, Error>where
T: SlackWebAPIClient,Checks authentication & identity. See: https://api.slack.com/methods/auth.test