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 fortimestamp
was invalid.file_comment_not_found
- File comment specified byfile_comment
does not exist.file_not_found
- File specified byfile
does not exist.message_not_found
- Message specified bychannel
andtimestamp
does not exist.no_item_specified
-file
,file_comment
, or combination ofchannel
andtimestamp
was not specified.