pub fn get<R>(
client: &R,
token: &str,
request: &GetRequest<'_>,
) -> Result<GetResponse, GetError<<R as SlackWebRequestSender>::Error>>where
R: SlackWebRequestSender,Expand description
Retrieves a user’s profile information.
Wraps https://api.slack.com/methods/users.profile.get