class Slack::Response::Comment

Included Modules

Defined in:

slack-api/response/common/comment.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def comment : String | Nil #

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

[View source]
def created : Int32 | Nil #

[View source]
def created=(created : Int32 | Nil) #

[View source]
def id : String | Nil #

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

[View source]
def is_intro : Bool | Nil #

[View source]
def is_intro=(is_intro : Bool | Nil) #

[View source]
def pinned_info : PinnedInfo | Nil #

[View source]
def pinned_info=(pinned_info : PinnedInfo | Nil) #

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

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

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

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

[View source]
def timestamp : Int32 | Nil #

[View source]
def timestamp=(timestamp : Int32 | Nil) #

[View source]
def user : String | Nil #

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

[View source]