Function slack_api::search::all [] [src]

pub fn all<R>(client: &R,
              token: &str,
              request: &AllRequest)
              -> Result<AllResponse, AllError<R::Error>> where R: SlackWebRequestSender

Searches for messages and files matching a query.

Wraps https://api.slack.com/methods/search.all