ex_slack v0.2.2 Slack.RpcApi.Reaction View Source

Reaction namespace.

Link to this section Summary

Link to this section Functions

Link to this function add(name, optional_args \\ %{}) View Source

reactions.add

Args

  • name - Emoji name.
  • optional_args - Optional arguments to the method.
Link to this function get(optional_args \\ %{}) View Source

reactions.get

Args

  • optional_args - Optional arguments to the method.
Link to this function list(optional_args \\ %{}) View Source

reactions.list

Args

  • optional_args - Optional arguments to the method.
Link to this function remove(name, optional_args \\ %{}) View Source

reactions.remove

Args

  • name - Emoji name.
  • optional_args - Optional arguments to the method.