class Slack::Response::PinnedInfo

Included Modules

Defined in:

slack-api/response/common/message.cr
slack-api/response/common/pinned-info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def channel : String | Nil #

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

[View source]
def pinned_by : String | Nil #

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

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

[View source]
def pinned_ts : Int32 #

[View source]
def pinned_ts=(pinned_ts : Int32) #

[View source]
def ts : Int32 | Nil #

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

[View source]