ex_slack v0.2.2 Slack.RpcApi.Groups View Source

Groups namespace.

Link to this section Summary

Link to this section Functions

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

groups.archive

Args

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

groups.create

Args

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

groups.createChild

Args

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

groups.history

Args

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

groups.info

Args

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

groups.invite

Args

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

groups.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

groups.leave

Args

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

groups.list

Args

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

groups.mark

Args

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

groups.open

Args

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

groups.rename

Args

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

groups.replies

Args

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

groups.setPurpose

Args

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

groups.setTopic

Args

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

groups.unarchive

Args

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