Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods reactions.get.json
Raw

priv/docs/methods/reactions.get.json

{
"args": {
"channel": {
"desc": "Channel where the message to get reactions for was posted.",
"example": "C0NF841BK",
"required": false,
"type": "string"
},
"file": {
"desc": "File to get reactions for.",
"example": "F1234567890",
"required": false,
"type": "string"
},
"file_comment": {
"desc": "File comment to get reactions for.",
"required": false,
"type": "string"
},
"full": {
"desc": "If true always return the complete reaction list.",
"required": false,
"type": "boolean"
},
"timestamp": {
"desc": "Timestamp of the message to get reactions for.",
"example": "1524523204.000192",
"required": false,
"type": "string"
}
},
"desc": "Gets reactions for an item.",
"errors": {
"bad_timestamp": "Value passed for `timestamp` was invalid.",
"channel_not_found": "Value passed for `channel` was invalid.",
"file_comment_not_found": "File comment specified by `file_comment` does not exist.",
"file_not_found": "File specified by `file` does not exist.",
"message_not_found": "Message specified by `channel` and `timestamp` does not exist.",
"no_item_specified": "`file`, `file_comment`, or combination of `channel` and `timestamp` was not specified."
},
"rate_limit": {
"label": "Tier 3: 50+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "reactions:read",
"url": "https://docs.slack.dev/reference/scopes/reactions.read"
}
],
"user": [
{
"name": "reactions:read",
"url": "https://docs.slack.dev/reference/scopes/reactions.read"
}
]
}
}