ex_slack v0.2.2 Slack.RpcApi.Mpim View Source

Mpim namespace.

Link to this section Summary

Link to this section Functions

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

mpim.close

Args

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

mpim.history

Args

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

mpim.list

Args

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

mpim.mark

Args

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

mpim.open

Args

  • channel - Channel id.
  • users - Comma seperated list of users.
  • optional_args - Optional arguments to the method.
Link to this function replies(channel, thread_ts, optional_args \\ %{}) View Source

mpim.replies

Args

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