pub fn identity<R>(
client: &R,
token: &str,
) -> Result<IdentityResponse, IdentityError<<R as SlackWebRequestSender>::Error>>where
R: SlackWebRequestSender,Expand description
Get a user’s identity.
Wraps https://api.slack.com/methods/users.identity