Packages

This is a Slack API client for Elixir applications.

Current section

Files

Jump to
xlack priv slack docs pins.list.json
Raw

priv/slack/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."
}
}