module Slack::Web::Api::Endpoints::Rtm
def rtm_start(options = {})
- See: https://github.com/dblock/slack-api-ref/blob/master/methods/rtm/rtm.start.json -
See: https://api.slack.com/methods/rtm.start -
Options Hash:
(**options)
-
:mpim_aware
(Object
) -- -
:no_unreads
(Object
) -- -
:simple_latest
(Object
) --
def rtm_start(options = {}) post('rtm.start', options) end