struct Slack::Events::ReactionAdded

Defined in:

slack/events/event_types/reaction_added.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Slack::Event

team_id : String | Nil team_id, team_id=(team_id : String | Nil) team_id=, type : String type, type=(type : String) type=

Constructor methods inherited from struct Slack::Event

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def event_ts : String #

[View source]
def event_ts=(event_ts : String) #

[View source]
def item : ReactionItem #

[View source]
def item=(item : ReactionItem) #

[View source]
def item_user : String #

[View source]
def item_user=(item_user : String) #

[View source]
def reaction : String #

[View source]
def reaction=(reaction : String) #

[View source]
def user : String #

[View source]
def user=(user : String) #

[View source]