Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods bookmarks.list.json
Raw

priv/docs/methods/bookmarks.list.json

{
"args": {
"channel_id": {
"desc": "Channel to list bookmarks in. Required for public channels.",
"required": false,
"type": "string"
}
},
"desc": "List bookmark for the channel.",
"errors": {
"channel_not_found": "Channel cannot be found.",
"not_implemented": "bookmarking not available for the user."
},
"rate_limit": {
"label": "Tier 3: 50+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "bookmarks:read",
"url": "https://docs.slack.dev/reference/scopes/bookmarks.read"
}
],
"user": [
{
"name": "bookmarks:read",
"url": "https://docs.slack.dev/reference/scopes/bookmarks.read"
}
]
}
}