Slack v0.2.1 Slack.RTM View Source
Functions for creating Real Time Messaging API sessions
Link to this section Summary
Functions
Start an RTM API session.
Link to this section Functions
Link to this function
start(client, body \\ [])
View Sourcestart(Slack.Client.t(), Keyword.t()) :: Slack.response()
Start an RTM API session.
https://api.slack.com/methods/rtm.start
Examples
Slack.RTM.start(client)