ex_slack v0.2.2 Slack.RpcApi.Conversations View Source

Conversations namespace.

Link to this section Summary

Link to this section Functions

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

conversations.archive

Args

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

conversations.close

Args

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

conversations.history

Args

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

conversations.info

Args

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

conversations.invite

Args

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

conversations.join

Args

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

conversations.kick

Args

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

conversations.leave

Args

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

conversations.list

Args

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

conversations.members

Args

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

conversations.open

Args

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

conversations.rename

Args

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

conversations.replies

Args

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

conversations.setPurpose

Args

  • channel - Channel id.
  • purpose - Purpose of a conversation.
  • optional_args - Optional arguments to the method.
Link to this function setTopic(channel, topic, optional_args \\ %{}) View Source

conversations.setTopic

Args

  • channel - Channel id.
  • topic - Topic of a converation.
  • optional_args - Optional arguments to the method.
Link to this function unarchive(channel, optional_args \\ %{}) View Source

conversations.unarchive

Args

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