class Slack::Event::TypeBase

Included Modules

Direct Known Subclasses

Defined in:

slack-api/event/base.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def event_ts : String | Nil #

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

[View source]
def ts : String | Nil #

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

[View source]
def type : String #

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

[View source]