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