class Slack::Event::FileCommentInfo

Included Modules

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

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

[View source]
def comment : String #

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

[View source]
def created : Int64 #

[View source]
def created=(created : Int64) #

[View source]
def id : String #

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

[View source]
def timestamp : Int64 #

[View source]
def timestamp=(timestamp : Int64) #

[View source]
def user : String #

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

[View source]