Class: SlackBot::Events::Schemas::Type::ReactionModified
- Inherits:
-
JsonSchematize::Generator
- Object
- JsonSchematize::Generator
- SlackBot::Events::Schemas::Type::ReactionModified
- Defined in:
- lib/slack_bot/events/schemas/type/reaction_modified.rb
Instance Method Summary collapse
Instance Method Details
#channel ⇒ Object
22 23 24 |
# File 'lib/slack_bot/events/schemas/type/reaction_modified.rb', line 22 def channel item.channel end |
#message_ts ⇒ Object
26 27 28 |
# File 'lib/slack_bot/events/schemas/type/reaction_modified.rb', line 26 def item.ts end |
#tldr ⇒ Object
30 31 32 |
# File 'lib/slack_bot/events/schemas/type/reaction_modified.rb', line 30 def tldr "type:#{type}; user:#{item_user}; channel:#{channel}; reaction:#{reaction}" end |