struct Slack::Events::ReactionAdded::ReactionItem

Included Modules

Defined in:

slack/events/event_types/reaction_added.cr

Constant Summary

ASSIGNED_TYPES = [channel : String, ts : String, type : String] of TypeDeclaration

Constructors

Instance Method Summary

Constructor Detail

def self.new(channel : String, ts : String, type : String) #

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

Instance Method Detail

def channel : String #

def channel=(channel : String) #

def ts : String #

def ts=(ts : String) #

def type : String #

def type=(type : String) #