struct Slack::Events::ReactionRemoved

Defined in:

slack/events/event_types/reaction_removed.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 : JSON::Any #

[View source]
def item=(item : JSON::Any) #

[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]