Sha256: 6e29defdc7875c1dabb727f3f3fd3b30d07d484b05407c29a856ce489a87325d
Contents?: true
Size: 608 Bytes
Versions: 1
Compression:
Stored size: 608 Bytes
Contents
# This file was auto-generated by lib/tasks/real_time.rake # module Slack # module RealTime # module EventHandlers # module GroupHistoryChanged # # Bulk updates were made to a group's history. # # @see https://api.slack.com/events/group_history_changed # # @see https://github.com/dblock/slack-api-ref/blob/master/events/group_history_changed.json # def self.call(_client, _data) # # TODO # end # end # end # end # end # # Slack::RealTime::Client.events['group_history_changed'] = Slack::RealTime::EventHandlers::GroupHistoryChanged
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.6.0 | lib/slack/real_time/event_handlers/group_history_changed.rb |