Function slack_api::pins::list [] [src]

pub fn list<R>(client: &R,
               token: &str,
               request: &ListRequest)
               -> Result<ListResponse, ListError<R::Error>> where R: SlackWebRequestSender

Lists items pinned to a channel.

Wraps https://api.slack.com/methods/pins.list