SlackWeb.Reactions.get
You're seeing just the function
get, go back to SlackWeb.Reactions module for more information.
Gets reactions for an item.
Optional Params
channel- Channel where the message to get reactions for was posted.file- File to get reactions for.file_comment- File comment to get reactions for.full- If true always return the complete reaction list.timestamp- Timestamp of the message to get reactions for.
Errors the API can return:
bad_timestamp- Value passed fortimestampwas invalid.file_comment_not_found- File comment specified byfile_commentdoes not exist.file_not_found- File specified byfiledoes not exist.message_not_found- Message specified bychannelandtimestampdoes not exist.no_item_specified-file,file_comment, or combination ofchannelandtimestampwas not specified.