ex_slack v0.2.2 Slack.RpcApi.Chat View Source

Chat namespace.

Link to this section Summary

Link to this section Functions

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

chat.delete

Args

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

chat.meMessage

Args

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

chat.postEphemeral

Args

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

chat.postMessage

Args

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

chat.unfural

Args

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

chat.update

Args

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