pub async fn info<R>(
client: &R,
token: &str,
) -> Result<InfoResponse, InfoError<R::Error>>where
R: SlackWebRequestSender,Expand description
Gets information about the current team.
Wraps https://api.slack.com/methods/team.info
pub async fn info<R>(
client: &R,
token: &str,
) -> Result<InfoResponse, InfoError<R::Error>>where
R: SlackWebRequestSender,Gets information about the current team.
Wraps https://api.slack.com/methods/team.info