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

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