Function slack_api::team::billable_info [] [src]

pub fn billable_info<R>(client: &R,
                        token: &str,
                        request: &BillableInfoRequest)
                        -> Result<BillableInfoResponse, BillableInfoError<R::Error>> where R: SlackWebRequestSender

Gets billable users information for the current team.

Wraps https://api.slack.com/methods/team.billableInfo