ex_slack v0.2.2 Slack.RpcApi.Im View Source

Im namespace.

Link to this section Summary

Link to this section Functions

Link to this function close(channel, optional_args \\ %{}) View Source

im.close

Args

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

im.history

Args

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

im.list

Args

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

im.mark

Args

  • channel - Channel id.
  • ts - Timestamp.
  • optional_args - Optional arguments to the method.
Link to this function open(user, optional_args \\ %{}) View Source

im.open

Args

  • user - User id.
  • optional_args - Optional arguments to the method.
Link to this function replies(channel, thread_ts, optional_args \\ %{}) View Source

im.replies

Args

  • channel - Channel id.
  • thread_ts - thread timestamp
  • optional_args - Optional arguments to the method.