lib/slack/web/docs/pins.list.json
{
"desc": "Lists items pinned to a channel.",
"args": {
"channel": {
"required" : true,
"type" : "channel",
"desc" : "Channel to get pinned items for."
}
},
"default_count": 100,
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid."
}
}