Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods calls.info.json
Raw

priv/docs/methods/calls.info.json

{
"args": {
"id": {
"desc": "`id` of the Call returned by the `calls.add` method.",
"example": "R0E69JAIF",
"required": true,
"type": "string"
}
},
"desc": "Returns information about a Call.",
"errors": { "not_implemented": "This method is not available." },
"rate_limit": {
"label": "Tier 3: 50+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "calls:read",
"url": "https://docs.slack.dev/reference/scopes/calls.read"
}
],
"user": [
{
"name": "calls:read",
"url": "https://docs.slack.dev/reference/scopes/calls.read"
}
]
}
}