class Slack::Event::FileCommentEvent

Defined in:

slack-api/event/base.cr

Constructors

Instance Method Summary

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

file : FileInfo | Nil file, file=(file : FileInfo | Nil) file=, file_id : String file_id, file_id=(file_id : String) file_id=

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

new(pull : JSON::PullParser) new

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 comment : String #

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

[View source]