Sha256: 1452d7d70dba39df089ffa2a6eaf68fb692982683e60dd86a20e1615db7c55fc
Contents?: true
Size: 592 Bytes
Versions: 1
Compression:
Stored size: 592 Bytes
Contents
# This file was auto-generated by lib/tasks/real_time.rake # module Slack # module RealTime # module EventHandlers # module TeamProfileChange # # Team profile fields have been updated. # # @see https://api.slack.com/events/team_profile_change # # @see https://github.com/dblock/slack-api-ref/blob/master/events/team_profile_change.json # def self.call(_client, _data) # # TODO # end # end # end # end # end # # Slack::RealTime::Client.events['team_profile_change'] = Slack::RealTime::EventHandlers::TeamProfileChange
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.6.0 | lib/slack/real_time/event_handlers/team_profile_change.rb |