class Slack::Event::EmojiChangedEvent

Defined in:

slack-api/event/emoji_changed.cr

Constructors

Instance Method Summary

Instance methods inherited from class Slack::Event::TypeBase

event_ts : String | Nil event_ts, event_ts=(event_ts : String | Nil) event_ts=, ts : String | Nil ts, ts=(ts : String | Nil) ts=, type : String type, type=(type : String) type=

Constructor methods inherited from class Slack::Event::TypeBase

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def names : Array(String) | Nil #

[View source]
def names=(names : Array(String) | Nil) #

[View source]
def subtype : String | Nil #

[View source]
def subtype=(subtype : String | Nil) #

[View source]
def value : String | Nil #

[View source]
def value=(value : String | Nil) #

[View source]