Module: Slack::Web::Api::Endpoints::Rtm
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/rtm.rb
Instance Method Summary collapse
-
#rtm_start(options = {}) ⇒ Object
This method starts a Real Time Messaging API session.
Instance Method Details
#rtm_start(options = {}) ⇒ Object
This method starts a Real Time Messaging API session. Refer to the RTM API documentation for full details on how to use the RTM API.
20 21 22 |
# File 'lib/slack/web/api/endpoints/rtm.rb', line 20 def rtm_start( = {}) post('rtm.start', ) end |