Sha256: c5d11ceaeb06acc9da48cc9e57fd2ab2e400090f7e00edefb7e93f8b9aebf114
Contents?: true
Size: 884 Bytes
Versions: 5
Compression:
Stored size: 884 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module Rtm # # Starts a Real Time Messaging session. # # @option options [boolean] :batch_presence_aware # Batch presence deliveries via subscription. Enabling changes the shape of presence_change events. See batch presence. # @option options [boolean] :presence_sub # Only deliver presence events when requested by subscription. See presence subscriptions. # @see https://api.slack.com/methods/rtm.connect # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/rtm/rtm.connect.json def rtm_connect(options = {}) post('rtm.connect', options) end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems