Sha256: 03bf27e6583922e4a998fbb5162c43d00dc0fa526d9bc1d445f4734a0a7cba45

Contents?: true

Size: 620 Bytes

Versions: 1

Compression:

Stored size: 620 Bytes

Contents

# This file was auto-generated by lib/tasks/real_time.rake

# module Slack
#   module RealTime
#     module EventHandlers
#       module ChannelHistoryChanged
#         # Bulk updates were made to a channel's history.
#         # @see https://api.slack.com/events/channel_history_changed
#         # @see https://github.com/dblock/slack-api-ref/blob/master/events/channel_history_changed.json
#         def self.call(_client, _data)
#           # TODO
#         end
#       end
#     end
#   end
# end
#
# Slack::RealTime::Client.events['channel_history_changed'] = Slack::RealTime::EventHandlers::ChannelHistoryChanged

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slack-ruby-client-0.6.0 lib/slack/real_time/event_handlers/channel_history_changed.rb