View Source SlackWeb.Rtm (SlackWeb v0.1.4)

Link to this section Summary

Functions

Starts a Real Time Messaging session.

Starts a Real Time Messaging session.

Link to this section Functions

Link to this function

connect(optional_params \\ %{})

View Source

Starts a Real Time Messaging session.

Optional Params

  • batch_presence_aware - Batch presence deliveries via subscription. Enabling changes the shape of presence_change events. See batch presence.
  • presence_sub - Only deliver presence events when requested by subscription. See presence subscriptions.
Link to this function

start(optional_params \\ %{})

View Source

Starts a Real Time Messaging session.

Optional Params

  • mpim_aware - Returns MPIMs to the client in the API response.
  • no_unreads - Skip unread counts for each channel (improves performance).
  • simple_latest - Return timestamp only for latest message object of each channel (improves performance).

Errors the API can return: