ex_slack v0.2.2 Slack.RpcApi.Reactions View Source

Reactions namespace.

Link to this section Summary

Link to this section Functions

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

reminders.add

Args

  • time - timestamp.
  • optional_args - Optional arguments to the method.
Link to this function complete(reminder, optional_args \\ %{}) View Source

reminders.complete

Args

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

reminders.delete

Args

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

reminders.info

Args

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

reminders.list

Args

  • optional_args - Optional arguments to the method.