Slack.Web.Reactions.list

You're seeing just the function list, go back to Slack.Web.Reactions module for more information.
Link to this function

list(optional_params \\ %{})

View Source

Lists reactions made by a user.

Optional Params

  • full - If true always return the complete reaction list.
  • user - Show reactions made by this user. Defaults to the authed user.

Errors the API can return:

  • user_not_found - Value passed for user was invalid.